Click or drag to resize
XDL

NXVideoLayerOverlayVMTIGetTraceColor Method

특정 표적의 궤적 표시 색상을 확인한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public Color GetTraceColor(
	ulong targetID
)

Parameters

targetID  UInt64
표적 식별자.

Return Value

Color
표적 궤적에 지정된 색상. 해당 표적 설정값이 없으면 기본 궤적 색상을 반환한다.
See Also