|
XWarpCoeffGetWarpCoefficient(Double, Double, eWarpMethod) Method
|
XWarpCoeff의 변환 계수를 가져온다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic 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