Class BitmapInfo
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
|
Edit this page
View Source
Height
Declaration
public float Height { get; }
Property Value
|
Edit this page
View Source
IterationUsed
Declaration
public long IterationUsed { get; set; }
Property Value
|
Edit this page
View Source
Picture
Declaration
public SKPicture? Picture { get; set; }
Property Value
|
Edit this page
View Source
Sprite
Declaration
public Sprite? Sprite { get; set; }
Property Value
|
Edit this page
View Source
Svg
Declaration
public SKSvg? Svg { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public BitmapType Type { get; }
Property Value
|
Edit this page
View Source
Width
Declaration
public float Width { get; }
Property Value
Implements