Click or drag to resize
XDL

NXVideoLayerOverlayVMTISetClassColor(DictionaryUInt64, Color, Boolean) Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXVideo.NXVideoLayerOverlayVMTI.SetClassColor(System.Collections.Generic.Dictionary{System.UInt64,System.Drawing.Color},System.Boolean)"]


Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public void SetClassColor(
	Dictionary<ulong, Color> dictColor,
	bool reset
)

Parameters

dictColor  DictionaryUInt64, Color

[Missing <param name="dictColor"/> documentation for "M:Pixoneer.NXDL.NXVideo.NXVideoLayerOverlayVMTI.SetClassColor(System.Collections.Generic.Dictionary{System.UInt64,System.Drawing.Color},System.Boolean)"]

reset  Boolean

[Missing <param name="reset"/> documentation for "M:Pixoneer.NXDL.NXVideo.NXVideoLayerOverlayVMTI.SetClassColor(System.Collections.Generic.Dictionary{System.UInt64,System.Drawing.Color},System.Boolean)"]

See Also