ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure / ImageRect Constructor / ImageRect Constructor(Rectangle)

In This Topic
    ImageRect Constructor(Rectangle)
    In This Topic
    Initializes a new instance of the ImageRect struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rc As System.Drawing.Rectangle _
    )
    public ImageRect( 
       System.Drawing.Rectangle rc
    )

    Parameters

    rc
    See Also