Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RectangularFigure Class / RectangularFigure Constructor / RectangularFigure Constructor(RectangleF)

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

    Parameters

    bounds
    See Also