Interface ILockedFramebuffer
public interface ILockedFramebuffer : IDisposable
- Inherited Members
Properties
Address
Address of the first pixel
nint Address { get; }
Property Value
Dpi
DPI of underling screen
Vector Dpi { get; }
Property Value
Format
Pixel format
PixelFormat Format { get; }
Property Value
RowBytes
Number of bytes per row
int RowBytes { get; }
Property Value
Size
Gets the framebuffer size in device pixels.
PixelSize Size { get; }