Click or drag to resize
XDL

XBandParamChangeDetectSig_ChangeItem Constructor

XBandParamChangeDetectSig_ChangeItem클래스의 생성자로서, 멤버변수에 대하여 초기화를 수행한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public XBandParamChangeDetectSig_ChangeItem(
	ushort idFrom,
	ushort idTo,
	Color cr
)

Parameters

idFrom  UInt16
[In] 변화전 Sinature의 ID.
idTo  UInt16
[In] 변화후 Sinature의 ID.
cr  Color
[In] 변화가 감지된 영역에 대한 Color값.
See Also