Class Bitmap
This class has been replaced with BitmapID/BitmapRegistry. It is left in for backward compatibility. The problem with this class is that the renderer creates instances for each bitmap even if this same bitmap is used.
Inheritance
System.Object
Bitmap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Styles
Assembly: Mapsui.dll
Syntax
[Obsolete("Use bitmapId in SymbolStyle instead", true)]
public class Bitmap
Fields
| Improve this Doc View SourceBitmapDataAddedEventHandler
Declaration
public EventHandler<BitmapDataAddedEventArgs> BitmapDataAddedEventHandler
Field Value
Type | Description |
---|---|
System.EventHandler<BitmapDataAddedEventArgs> |
Properties
| Improve this Doc View SourceData
Declaration
public Stream Data { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
Methods
| Improve this Doc View SourceOnBitmapDataAddedEventArgs(Stream)
Declaration
public void OnBitmapDataAddedEventArgs(Stream data)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | data |