Class BitmapDrawableImage
Inheritance
BitmapDrawableImage
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
|
Edit this page
View Source
Image
Declaration
public SKImage Image { get; }
Property Value
|
Edit this page
View Source
Width
Declaration
public float Width { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements
Extension Methods