[]
Initializes a new instance of the BitmapProperties1 class.
public BitmapProperties1()
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties1(PixelFormat pixelFormat)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties1(PixelFormat pixelFormat, float dpiX, float dpiY)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |
Initializes a new instance of the BitmapProperties1 class.
public BitmapProperties1(PixelFormat pixelFormat, float dpiX, float dpiY, BitmapOptions bitmapOptions)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |
| BitmapOptions | bitmapOptions | The bitmap options. |
Initializes a new instance of the BitmapProperties1 class.
public BitmapProperties1(PixelFormat pixelFormat, float dpiX, float dpiY, BitmapOptions bitmapOptions, ColorContext colorContext)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |
| BitmapOptions | bitmapOptions | The bitmap options. |
| ColorContext | colorContext | The color context. |