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

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

    Parameters

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