Click or drag to resize
XDL

NXMilmapLayerRenderEvent Delegate

Milmap 레이어의 렌더링 이벤트.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 2.0.3.31
Syntax
C#
public delegate bool NXMilmapLayerRenderEvent(
	Object sender,
	NXMilmapDrawArgs e
)

Parameters

sender
Type: SystemObject
이벤트를 발생한 레이어 컨트롤.
e
Type: Pixoneer.NXDL.NXMilmapNXMilmapDrawArgs
소스 뷰 영역의 도시 인수.

Return Value

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