[]
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties(PixelFormat pixelFormat)
Public Sub New(pixelFormat As 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)
Public Sub New(pixelFormat As PixelFormat, dpiX As Single, dpiY As Single)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |