ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Integer, _
       ByVal height As System.Integer _
    ) As System.Drawing.Size
    public System.Drawing.Size Inflate( 
       System.int width,
       System.int height
    )

    Parameters

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

    Return Value

    The resulting System.Drawing.Size.
    See Also