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 Integer, _
   ByVal height As Integer _
) As Thickness
 

Parameters

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

Return Value

The new Thickness.
See Also