[]
Initializes a new instance of the BitmapProperties1 class.
public BitmapProperties1()
Public Sub New()
Initializes a new instance of the BitmapProperties struct.
public BitmapProperties1(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 BitmapProperties1(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. |
Initializes a new instance of the BitmapProperties1 class.
public BitmapProperties1(PixelFormat pixelFormat, float dpiX, float dpiY, BitmapOptions bitmapOptions)
Public Sub New(pixelFormat As PixelFormat, dpiX As Single, dpiY As Single, bitmapOptions As 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)
Public Sub New(pixelFormat As PixelFormat, dpiX As Single, dpiY As Single, bitmapOptions As BitmapOptions, colorContext As 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. |