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

In This Topic
    _fromBottomConnectingPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _fromBottomConnectingPoint( _
       ByVal connectingPoint As IPoint, _
       ByVal size As ISize, _
       ByVal angle As Double _
    ) As _RectangleShape
    public static _RectangleShape _fromBottomConnectingPoint( 
       IPoint connectingPoint,
       ISize size,
       double angle
    )

    Parameters

    connectingPoint
    size
    angle
    See Also