ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Inflate Method / Inflate(Size) Method
The amount to inflate this rectangle.

In This Topic
    Inflate(Size) Method
    In This Topic
    Enlarges this Rect by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal size As Size _
    ) As Rect
    public Rect Inflate( 
       Size size
    )

    Parameters

    size
    The amount to inflate this rectangle.
    See Also