Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectD Structure / RectD Constructor / RectD Constructor(RectangleF)

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

    Parameters

    rc
    See Also