Click or drag to resize
XDL

XBandParamRotate Class

XBandParamRotate클래스는 XDMBandRotate객체의 입력 파라미터를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXBandParamBase
    Pixoneer.NXDL.NRSXBandParamRotate

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public class XBandParamRotate : XBandParamBase

The XBandParamRotate type exposes the following members.

Constructors
 NameDescription
Public methodXBandParamRotate XBandParamRotate클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamRotate(XBandParamRotate) XBandParamRotate객체를 생성하는 생성자이다. 외부 XBandParamRotate객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
 NameDescription
Public propertyBlankValue 영상을 회전한 후 생기는 빈 공간을 채울 값
Public propertyCenterPos 영상을 회전할 때의 화소 단위 중심 좌표
Public propertyOffset 영상 위치 오프셋
Public propertyResamplemethod 영상 재배열 방법
Public propertyRotateAngle 영상 회전각도.
Public propertySrcBand 영상 회전 처리를 위한 Source Band를 설정한다.
Top
See Also