Click or drag to resize
XDL

NXImageViewSetWorldToCenter Method

화면 중심에 대한 world 좌표를 설정한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public bool SetWorldToCenter(
	double wcx,
	double wcy
)

Parameters

wcx  Double
[In] 중심 World 좌표 x.
wcy  Double
[In] 중심 World 좌표 y.

Return Value

Boolean
설정이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also