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

In This Topic
    _TrapezoidShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal leftTop As IPoint, _
       ByVal rightTop As IPoint, _
       ByVal rightBottom As IPoint, _
       ByVal leftBottom As IPoint _
    )
    public _TrapezoidShape( 
       IPoint leftTop,
       IPoint rightTop,
       IPoint rightBottom,
       IPoint leftBottom
    )

    Parameters

    leftTop
    rightTop
    rightBottom
    leftBottom
    See Also