Show / Hide Table of Contents

    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 Source

    BitmapDataAddedEventHandler

    Declaration
    public EventHandler<BitmapDataAddedEventArgs> BitmapDataAddedEventHandler
    Field Value
    Type Description
    System.EventHandler<BitmapDataAddedEventArgs>

    Properties

    | Improve this Doc View Source

    Data

    Declaration
    public Stream Data { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    Methods

    | Improve this Doc View Source

    OnBitmapDataAddedEventArgs(Stream)

    Declaration
    public void OnBitmapDataAddedEventArgs(Stream data)
    Parameters
    Type Name Description
    System.IO.Stream data
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX