Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Inflate Method / Inflate(Int32,Int32) Method
A width to inflate.
A height to inflate.

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

    Parameters

    width
    A width to inflate.
    height
    A height to inflate.

    Return Value

    The resulting System.Drawing.Size.
    See Also