In This Topic
Deflates the specified
System.Drawing.Size by the values of the current
Style margins, padding and border.
Syntax
'Declaration
Public Overloads Function Deflate( _
ByVal As Size _
) As Size
public Size Deflate(
Size
)
Parameters
- size
- A System.Drawing.Size to deflate.
Return Value
See Also