Click or drag to resize
XDL

NEditorWorldToScreen(XVertex3d) Method

world 좌표를 화면 좌표로 변환한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public Point WorldToScreen(
	XVertex3d vtW
)

Parameters

vtW  XVertex3d
world 좌표

Return Value

Point
화면 좌표
See Also