ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Thickness Structure / Deflate Method
A System.Drawing.Rectangle to deflate.

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

    Parameters

    r
    A System.Drawing.Rectangle to deflate.

    Return Value

    The deflated System.Drawing.Rectangle.
    See Also