[]
        
(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)
Public Sub New(pixelFormat As PixelFormat, dpiX As Single, dpiY As Single, top As Single, left As Single, pixelWidth As Integer, pixelHeight As Integer)
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.