Show / Hide Table of Contents

    Class BitmapInfo

    Inheritance
    System.Object
    BitmapInfo
    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.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class BitmapInfo

    Properties

    | Improve this Doc View Source

    Bitmap

    Declaration
    public SKImage Bitmap { get; set; }
    Property Value
    Type Description
    SkiaSharp.SKImage
    | Improve this Doc View Source

    Height

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    IterationUsed

    Declaration
    public long IterationUsed { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Sprite

    Declaration
    public Sprite Sprite { get; set; }
    Property Value
    Type Description
    Sprite
    | Improve this Doc View Source

    Svg

    Declaration
    public SKSvg Svg { get; set; }
    Property Value
    Type Description
    SkiaSharp.Extended.Svg.SKSvg
    | Improve this Doc View Source

    Type

    Declaration
    public BitmapType Type { get; }
    Property Value
    Type Description
    BitmapType
    | Improve this Doc View Source

    Width

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX