|
NXVideoLayerOverlayVMTIGetTargetColor Method
|
특정 표적의 지정 색상을 확인한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntaxpublic Color GetTargetColor(
ulong targetID
)
Parameters
- targetID UInt64
- 표적 식별자.
Return Value
Color 표적에 지정된 색상. 해당 표적 설정값이 없으면 ArgumentException 예외가 발생한다.
See Also