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

In This Topic
    _buildRectangle Method (_PathBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildRectangle( _
       ByVal leftTop As IPoint, _
       ByVal rightTop As IPoint, _
       ByVal rightBottom As IPoint, _
       ByVal leftBottom As IPoint _
    ) As IPath
    public IPath _buildRectangle( 
       IPoint leftTop,
       IPoint rightTop,
       IPoint rightBottom,
       IPoint leftBottom
    )

    Parameters

    leftTop
    rightTop
    rightBottom
    leftBottom
    See Also