 | NXMapViewGetScreenBound Method |
현재 화면의 경계 world 좌표를 가져온다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic void GetScreenBound(
ref double x1w,
ref double x2w,
ref double y1w,
ref double y2w
)
Parameters
- x1w
- Type: SystemDouble
[Out] world 좌표값으로 경계 최소 x. - x2w
- Type: SystemDouble
[Out] world 좌표값으로 경계 최대 x. - y1w
- Type: SystemDouble
[Out] world 좌표값으로 경계 최소 y. - y2w
- Type: SystemDouble
[Out] world 좌표값으로 경계 최대 y.
See Also