ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Style Class / Deflate Method / Deflate(Size) Method
A System.Drawing.Size to deflate.

In This Topic
    Deflate(Size) Method
    In This Topic
    Deflates the specified System.Drawing.Size by the values of the current Style margins, padding and border.
    Syntax
    'Declaration
     
    Public Overloads Function Deflate( _
       ByVal size As System.Drawing.Size _
    ) As System.Drawing.Size
    public System.Drawing.Size Deflate( 
       System.Drawing.Size size
    )

    Parameters

    size
    A System.Drawing.Size to deflate.

    Return Value

    The resulting System.Drawing.Size.
    See Also