Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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