Search Results for

    Show / Hide Table of Contents

    Class BitmapDrawableImage

    Inheritance
    object
    BitmapDrawableImage
    Implements
    IDrawableImage
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.Images
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public sealed class BitmapDrawableImage : IDrawableImage, IDisposable

    Constructors

    | Edit this page View Source

    BitmapDrawableImage(SKImage)

    Declaration
    public BitmapDrawableImage(SKImage image)
    Parameters
    Type Name Description
    SKImage image
    | Edit this page View Source

    BitmapDrawableImage(byte[])

    Declaration
    public BitmapDrawableImage(byte[] bytes)
    Parameters
    Type Name Description
    byte[] bytes

    Properties

    | Edit this page View Source

    Height

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Image

    Declaration
    public SKImage Image { get; }
    Property Value
    Type Description
    SKImage
    | Edit this page View Source

    Width

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    float

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    IDrawableImage
    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX