|
XWarpCoeffSetWarpCoefficient Method
|
XWarpCoeff의 변환 계수를 설정한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic 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