Click or drag to resize
XDL

NXMilmapLayerWndProcEvent Delegate

Milmap 레이어의 윈도우 메시지 처리 처리 이벤트.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 2.0.3.30
Syntax
C#
public delegate bool NXMilmapLayerWndProcEvent(
	Object sender,
	NXMilmapDrawArgs e,
	ref Message m
)

Parameters

sender
Type: SystemObject
이벤트를 발생한 레이어 컨트롤.
e
Type: Pixoneer.NXDL.NXMilmapNXMilmapDrawArgs
소스 뷰 영역의 도시 인수.
m
Type: System.Windows.FormsMessage
윈도우 메시지.

Return Value

Type: Boolean
이벤트처리가 되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also