Click or drag to resize

IBitmapManagerBitmapMap Property

The read-only map of available bitmaps.
Key is the resource ID.
Value is a holder containing the bitmap, its file path, and its embedded status.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
IReadOnlyDictionary<int, BitmapHolder> BitmapMap { get; }

Property Value

IReadOnlyDictionaryInt32, BitmapHolder
See Also