ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single, _
       ByVal dpiY As System.Single, _
       ByVal top As System.Single, _
       ByVal left As System.Single, _
       ByVal pixelWidth As System.Integer, _
       ByVal pixelHeight As System.Integer _
    )
    public ImageParameters( 
       PixelFormat pixelFormat,
       System.float dpiX,
       System.float dpiY,
       System.float top,
       System.float left,
       System.int pixelWidth,
       System.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