Click or drag to resize
XDL

NXMilmapLayerWndProcEvent Delegate

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

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

Parameters

sender  Object
이벤트를 발생한 레이어 컨트롤.
e  NXMilmapDrawArgs
소스 뷰 영역의 도시 인수.
m  Message
윈도우 메시지.

Return Value

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