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

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

    Parameters

    rectangle
    dx
    dy
    See Also