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

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

    Parameters

    size
    The size.

    Return Value

    The new Thickness.
    See Also