Click or drag to resize
XDL

XWarpCoeffCreateRotation Method

회전각도와 센터 좌표를 입력 받아 영상변환계수를 산출한다. 이후 WarpPoint에 대한 좌표 변환은 입력된 센터 및 회전각을 적용한 좌표가 산출된다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public void CreateRotation(
	double angle,
	double centerX,
	double centerY
)

Parameters

angle
Type: SystemDouble
[In] 회전 각도
centerX
Type: SystemDouble
[In] 센터 x 좌표
centerY
Type: SystemDouble
[In] 센터 y 좌표
See Also