ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / RectL Constructor / RectL Constructor(Rectangle)

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

    Parameters

    rc
    See Also