Click or drag to resize
XDL

NXMapLayerVectorEditor_Event_MSG Delegate

사용자에게 윈도우 메시지를 보내준다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public delegate bool NXMapLayerVectorEditor_Event_MSG(
	NXMapLayerVectorEditor sender,
	ref Message m
)

Parameters

sender
Type: Pixoneer.NXDL.NXMapNXMapLayerVectorEditor
보내는 레이어.
m
Type: System.Windows.FormsMessage
처리를 위한 메시지 객체.

Return Value

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