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

In This Topic
    _scaleRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _scaleRectangle( _
       ByVal rectangle As IRectangle, _
       ByVal scale As Double _
    ) As IRectangle
    public static IRectangle _scaleRectangle( 
       IRectangle rectangle,
       double scale
    )

    Parameters

    rectangle
    scale
    See Also