IBitmapImpl Interface
Defines the platform-specific interface for a
Bitmap.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public interface IBitmapImpl : IDisposable
<PrivateApiAttribute>
Public Interface IBitmapImpl
Inherits IDisposable
[<PrivateApiAttribute>]
type IBitmapImpl =
interface
interface IDisposable
end
- Implements
- IDisposable
| 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
|