ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _RectangleShape Class / _RectangleShape Constructor

In This Topic
    _RectangleShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal centerx As Double, _
       ByVal centery As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal angle As Double _
    )
    public _RectangleShape( 
       double centerx,
       double centery,
       double width,
       double height,
       double angle
    )

    Parameters

    centerx
    centery
    width
    height
    angle
    See Also