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

In This Topic
    _from Method (_TrapezoidShape)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _from( _
       ByVal center As IPoint, _
       ByVal maxBaseline As Double, _
       ByVal minBaseline As Double, _
       ByVal height As Double, _
       ByVal leftBottomDegree As Double _
    ) As _TrapezoidShape
    public static _TrapezoidShape _from( 
       IPoint center,
       double maxBaseline,
       double minBaseline,
       double height,
       double leftBottomDegree
    )

    Parameters

    center
    maxBaseline
    minBaseline
    height
    leftBottomDegree
    See Also