Click or drag to resize
XDL

XBandParamChangeDetectSig_ChangeItem Constructor

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

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

Parameters

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