[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Utility.ImageHelper.DecodeImageResult.-ctor

DecodeImageResult Constructor

DecodeImageResult(ImageFormat, int, int, float, float)

Initializes an instance of structure ImageHelper.DecodeImageResult.

Declaration
public DecodeImageResult(ImageFormat rawFormat, int width, int height, float dpiX, float dpiY)
Parameters
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.