Click or drag to resize

PenSetPenMap Property

The pens that are currently being managed. By default, pen 1 is added and not removable.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public IReadOnlyDictionary<int, MarkerPen> PenMap { get; }

Property Value

IReadOnlyDictionaryInt32, MarkerPen
See Also