|
NEditorGetWorldToCenter Method
|
화면 중심에 대한 world 좌표를 가져온다.
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void GetWorldToCenter(
ref double cx,
ref double cy
)
Parameters
- cx Double
- 중심 World 좌표 x
- cy Double
- 중심 World 좌표 y
See Also