 | NXMapLayerVectorEditor_Event_CreateBoundEnd Delegate |
경계 영역이 생성되면 발생한다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic delegate bool NXMapLayerVectorEditor_Event_CreateBoundEnd(
double minx,
double miny,
double maxx,
double maxy
)
Parameters
- minx
- Type: SystemDouble
경계 영역의 최소 x - miny
- Type: SystemDouble
경계 영역의 최소 y - maxx
- Type: SystemDouble
경계 영역의 최대 x - maxy
- Type: SystemDouble
경계 영역의 최대 y
Return Value
Type:
Boolean 작업이 성공하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also