Struct BitmapProperties
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
This structure allows a IDeviceBitmap to be created with bitmap options and color context information available.
D2D1_BITMAP_PROPERTIES1
public struct BitmapProperties : IEquatable<BitmapProperties>
- Implements
- Inherited Members
Constructors
Fields
Properties
- ColorContext
The optionally specified color context information.
- Dpi
The bitmap DPI.
- Options
The special creation options of the bitmap.
- PixelFormat
The DXGI format and alpha mode to create the bitmap with.