|
NXImageViewGetWorldToCenter Method
|
화면 중심에 대한 world 좌표를 가져온다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic bool GetWorldToCenter(
ref double wcx,
ref double wcy
)
Parameters
- wcx Double
- [Out] 중심 World 좌표 x.
- wcy Double
- [Out] 중심 World 좌표 y.
Return Value
Boolean 설정이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also