Search Results for

    Show / Hide Table of Contents

    Class BitmapInfo

    Inheritance
    object
    BitmapInfo
    Implements
    IBitmapInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class BitmapInfo : IBitmapInfo

    Properties

    | Edit this page View Source

    Bitmap

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

    Height

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

    IterationUsed

    Declaration
    public long IterationUsed { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Picture

    Declaration
    public SKPicture? Picture { get; set; }
    Property Value
    Type Description
    SKPicture
    | Edit this page View Source

    Sprite

    Declaration
    public Sprite? Sprite { get; set; }
    Property Value
    Type Description
    Sprite
    | Edit this page View Source

    Svg

    Declaration
    public SKSvg? Svg { get; set; }
    Property Value
    Type Description
    SKSvg
    | Edit this page View Source

    Type

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

    Width

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

    Implements

    IBitmapInfo
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX