InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Size _
    ) As Size
    public Size Deflate( 
       Size size
    )

    Parameters

    size
    A System.Drawing.Size to deflate.

    Return Value

    The resulting System.Drawing.Size.
    See Also