IBitmapImpl Interface

Defines the platform-specific interface for a Bitmap.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public interface IBitmapImpl : IDisposable
Implements
IDisposable

Properties

Dpi Gets the dots per inch (DPI) of the image.
PixelSize Gets the size of the bitmap, in device pixels.
Version Version of the pixel data

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Save(Stream, NullableInt32) Saves the bitmap to a stream in png format.
Save(String, NullableInt32) Saves the bitmap to a file.

See Also