Click or drag to resize
XDL

XWarpCoeffGetWarpCoefficient(Double, Double, eWarpMethod) 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,
	ref eWarpMethod method
)

Parameters

cx  Double
X 변환 계수
cy  Double
Y 변환 계수
method  eWarpMethod
Warping 방법

Return Value

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