Click or drag to resize

BasePluginCameraPens Property

A dictionary to assign a color and name to a pen for displaying it in the camera settings dialog.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public Dictionary<int, (Color? , string )> Pens { get; set; }

Property Value

DictionaryInt32, ValueTupleNullableColor, String
See Also