ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Inflate Method / Inflate(Size) Method
The Size to inflate the current rectangle by.

In This Topic
    Inflate(Size) Method
    In This Topic
    Inflates the current Rect by a specified Size.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal size As Size _
    ) 
    public void Inflate( 
       Size size
    )

    Parameters

    size
    The Size to inflate the current rectangle by.
    See Also