Click or drag to resize
XDL

NXImageViewWorldToScreen Method

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

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public XVertex2d WorldToScreen(
	XVertex2d vWorldPos
)

Parameters

vWorldPos  XVertex2d
[In] world 좌표.

Return Value

XVertex2d
world 좌표에 대한 화면 좌표.
See Also