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

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

    Parameters

    rc
    See Also