Click or drag to resize
XDL

XDMBandRotateSetInputParam Method

영상 회전처리를 위한 입력 파라미터를 설정한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool SetInputParam(
	ref XBandParamRotate param
)

Parameters

param
Type: Pixoneer.NXDL.NRSXBandParamRotate
[In] XBandParamRotate객체

Return Value

Type: Boolean
입력 파라미터 설정이 완료되면 true를, 그렇지 않으면 false를 반환한다.
See Also