Click or drag to resize
XDL

XWarpCoeffWarpPoint Method (Double, Double)

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

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

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Pixoneer.NXDL.XWarpCoeff.WarpPoint(System.Double@,System.Double@)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Pixoneer.NXDL.XWarpCoeff.WarpPoint(System.Double@,System.Double@)"]

See Also