InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Thickness Structure / Inflate Method / Inflate(Rectangle) Method
A System.Drawing.Rectangle to deflate.

In This Topic
    Inflate(Rectangle) Method
    In This Topic
    Inflates the specified System.Drawing.Rectangle by the current Thickness.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal r As Rectangle _
    ) As Rectangle
    public Rectangle Inflate( 
       Rectangle r
    )

    Parameters

    r
    A System.Drawing.Rectangle to deflate.

    Return Value

    See Also