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 As Size _
) As Size
public Size Inflate(
Size
)
Parameters
- size
- A System.Drawing.Size to inflate.
Return Value
See Also