ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ImageParameters Structure / ImageParameters Constructor
The pixel format.
The dpi X.
The dpi Y.
The top.
The left.
Width in pixel.
Height in pixel.

In This Topic
    ImageParameters Constructor
    In This Topic
    Initializes a new instance of the ImageParameters struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pixelFormat As PixelFormat, _
       ByVal dpiX As Single, _
       ByVal dpiY As Single, _
       ByVal top As Single, _
       ByVal left As Single, _
       ByVal pixelWidth As Integer, _
       ByVal pixelHeight As Integer _
    )
    public ImageParameters( 
       PixelFormat pixelFormat,
       float dpiX,
       float dpiY,
       float top,
       float left,
       int pixelWidth,
       int pixelHeight
    )

    Parameters

    pixelFormat
    The pixel format.
    dpiX
    The dpi X.
    dpiY
    The dpi Y.
    top
    The top.
    left
    The left.
    pixelWidth
    Width in pixel.
    pixelHeight
    Height in pixel.
    See Also