[]
Initializes an instance of structure ImageHelper.DecodeImageResult.
public DecodeImageResult(ImageFormat rawFormat, int width, int height, float dpiX, float dpiY)
| Type | Name | Description |
|---|---|---|
| ImageFormat | rawFormat | The image format. |
| int | width | The width. |
| int | height | The height. |
| float | dpiX | The dpi X value. |
| float | dpiY | the dpi Y value. |