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

In This Topic
    RectangularFigure Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the RectangularFigure class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    public RectangularFigure( 
       System.float x,
       System.float y,
       System.float width,
       System.float height
    )

    Parameters

    x
    y
    width
    height
    See Also