ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Thickness Structure / Inflate Method / Inflate(Int32,Int32) Method
The inflate size for vertical edges.
The inflate size for horizontal edges.

In This Topic
    Inflate(Int32,Int32) Method
    In This Topic
    Inflates the current Thickness by the specified values.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) As Thickness
    public Thickness Inflate( 
       System.int width,
       System.int height
    )

    Parameters

    width
    The inflate size for vertical edges.
    height
    The inflate size for horizontal edges.

    Return Value

    The new Thickness.
    See Also