Property PixelFormat
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
PixelFormat
The pixel format and alpha mode of the render target. You can use Unknown to specify that Direct2D should
select the pixel format and alpha mode for you.
For a list of pixel formats and alpha modes supported by each render target, see
Supported Pixel Formats and Alpha Modes.
public DevicePixelFormat PixelFormat { readonly get; set; }