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

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

    Parameters

    topLeft
    bottomRight
    See Also