Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Inflate Method / Inflate(Rectangle) Method
A System.Drawing.Rectangle to inflate.

In This Topic
    Inflate(Rectangle) Method
    In This Topic
    Inflates the specified System.Drawing.Rectangle by the values of the current Style margins, padding and border.
    Syntax
    'Declaration
     
    
    Public Overloads Function Inflate( _
       ByVal r As Rectangle _
    ) As Rectangle
    public Rectangle Inflate( 
       Rectangle r
    )

    Parameters

    r
    A System.Drawing.Rectangle to inflate.

    Return Value

    See Also