|
XWarpCoeffGetWarpCoefficient(Double, Double) Method
|
XWarpCoeff의 변환 계수를 가져온다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic int GetWarpCoefficient(
ref double[] cx,
ref double[] cy
)
Parameters
- cx Double
- X 변환 계수
- cy Double
- Y 변환 계수
Return Value
Int32변환 방법에 따른 변환 계수 개수
See Also