Class SymbolCache
Inheritance
System.Object
SymbolCache
Assembly: Mapsui.Rendering.Xaml.dll
Syntax
public class SymbolCache : Dictionary<int, ImageSource>, ISymbolCache
Methods
|
Improve this Doc
View Source
GetOrCreate(Int32)
Declaration
public ImageSource GetOrCreate(int bitmapId)
Parameters
Type |
Name |
Description |
System.Int32 |
bitmapId |
|
Returns
Type |
Description |
ImageSource |
|
|
Improve this Doc
View Source
GetSize(Int32)
Declaration
public Size GetSize(int bitmapId)
Parameters
Type |
Name |
Description |
System.Int32 |
bitmapId |
|
Returns
Implements