ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Inflate Method / Inflate(Double,Double) Method
The amount to inflate this Rect horizontally.
The amount to inflate this Rect vertically.

In This Topic
    Inflate(Double,Double) Method
    In This Topic
    Enlarges this Rect by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Rect
    public Rect Inflate( 
       double x,
       double y
    )

    Parameters

    x
    The amount to inflate this Rect horizontally.
    y
    The amount to inflate this Rect vertically.
    See Also