|
XBandParamChangeDetectSig_ChangeItem Constructor
|
XBandParamChangeDetectSig_ChangeItem클래스의 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic 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