Click or drag to resize
XDL

XWarpCoeffSetWarpCoefficient Method

XWarpCoeff의 변환 계수를 설정한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool SetWarpCoefficient(
	double[] cx,
	double[] cy,
	eWarpMethod method
)

Parameters

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

Return Value

Boolean
변환 계수 설정이 완료되면 true를, 설정하지 못하면 false를 반환한다.
See Also