ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / ImageRect Structure / ImageRect Constructor / ImageRect Constructor(Int32,Int32)

In This Topic
    ImageRect Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ImageRect struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public ImageRect( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also