Click or drag to resize
XDL

XWarpCoeffWarpPoint(Double, Double) Method

입력되는 x, y좌표값을 영상 변환계수를 이용하여 좌표를 변환한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public void WarpPoint(
	ref double x,
	ref double y
)

Parameters

x  Double
[In/Out] x 좌표값
y  Double
[In/Out] y 좌표값
See Also