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

Parameters

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

Return Value

The resulting System.Drawing.Size.
See Also