Click or drag to resize
XDL

NXImageViewGetScreenBound Method

현재 화면의 경계 world 좌표를 가져온다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public void GetScreenBound(
	ref double x1w,
	ref double x2w,
	ref double y1w,
	ref double y2w
)

Parameters

x1w  Double
[Out] world 좌표값으로 경계 최소 x.
x2w  Double
[Out] world 좌표값으로 경계 최대 x.
y1w  Double
[Out] world 좌표값으로 경계 최소 y.
y2w  Double
[Out] world 좌표값으로 경계 최대 y.
See Also