|
NEditorScreenToWorld(Double, Double) Method
|
화면 좌표를 world 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void ScreenToWorld(
ref double x,
ref double y
)
Parameters
- x Double
- x 방향 좌표(화면 좌표를 입력하면 변환된 world 좌표가 출력된다)
- y Double
- y 방향 좌표(화면 좌표를 입력하면 변환된 world 좌표가 출력된다)
See Also