Interface ISymbolCache
Namespace: Mapsui.Rendering
Assembly: Mapsui.dll
Syntax
public interface ISymbolCache
Methods
| Edit this page View SourceGetOrCreate(int)
Declaration
IBitmapInfo GetOrCreate(int bitmapID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | bitmapID |
Returns
| Type | Description |
|---|---|
| IBitmapInfo |
GetSize(int)
Declaration
Size? GetSize(int bitmapId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | bitmapId |
Returns
| Type | Description |
|---|---|
| Size |