[]
Initializes a new instance of the ImageParameters struct.
public ImageParameters(PixelFormat pixelFormat, float dpiX, float dpiY, float top, float left, int pixelWidth, int pixelHeight)
| Type | Name | Description |
|---|---|---|
| PixelFormat | pixelFormat | The pixel format. |
| float | dpiX | The dpi X. |
| float | dpiY | The dpi Y. |
| float | top | The top. |
| float | left | The left. |
| int | pixelWidth | Width in pixel. |
| int | pixelHeight | Height in pixel. |