[]
        
(Showing Draft Content)

C1.Util.DX.WIC.ImageParameters.-ctor

ImageParameters Constructor

ImageParameters(PixelFormat, float, float, float, float, int, int)

Initializes a new instance of the ImageParameters struct.

Declaration
public ImageParameters(PixelFormat pixelFormat, float dpiX, float dpiY, float top, float left, int pixelWidth, int pixelHeight)
Parameters
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.