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

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

    Parameters

    size
    A System.Drawing.Size to inflate.

    Return Value

    The resulting System.Drawing.Size.
    See Also