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.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
SyntaxIReadOnlyDictionary<int, BitmapHolder> BitmapMap { get; }
Property Value
IReadOnlyDictionaryInt32,
BitmapHolder
See Also