Click or drag to resize

PenSetPenMap Property

The pens that are currently being managed. Returns a snapshot snapshot-friendly ReadOnlyDictionary wrapper. Note: The dictionary wrapper is read-only, but internal operations lock on the underlying map.

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

Property Value

IReadOnlyDictionaryInt32, MarkerPen
See Also