C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class / Inflate Method / Inflate(Size) Method
A System.Drawing.Size to inflate.

In This Topic
Inflate(Size) Method
In This Topic
Inflates the specified System.Drawing.Size by the values of the current Style margins, padding and border.
Syntax
'Declaration
 
Public Overloads Function Inflate( _
   ByVal size As Size _
) As Size
 

Parameters

size
A System.Drawing.Size to inflate.

Return Value

The resulting System.Drawing.Size.
See Also