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

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

    Parameters

    rc
    See Also