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 SourceBitmap
Declaration
public SKImage Bitmap { get; set; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKImage |
Height
Declaration
public float Height { get; }
Property Value
Type | Description |
---|---|
System.Single |
IterationUsed
Declaration
public long IterationUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Sprite
Declaration
public Sprite Sprite { get; set; }
Property Value
Type | Description |
---|---|
Sprite |
Svg
Declaration
public SKSvg Svg { get; set; }
Property Value
Type | Description |
---|---|
SkiaSharp.Extended.Svg.SKSvg |
Type
Declaration
public BitmapType Type { get; }
Property Value
Type | Description |
---|---|
BitmapType |
Width
Declaration
public float Width { get; }
Property Value
Type | Description |
---|---|
System.Single |