[]
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties(PixelFormat pixelFormat)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties(PixelFormat pixelFormat, float dpiX, float dpiY)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |