Click or drag to resize
XDL

XWarpCoeffGetWarpCoefficient(Double, Double) Method

XWarpCoeff의 변환 계수를 가져온다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public int GetWarpCoefficient(
	ref double[] cx,
	ref double[] cy
)

Parameters

cx  Double
X 변환 계수
cy  Double
Y 변환 계수

Return Value

Int32
변환 방법에 따른 변환 계수 개수
See Also