DeflateWidth Method (Style)
In This Topic
Deflates the specified width by the values of the current
Style margins, padding and border.
Syntax
'Declaration
Public Function DeflateWidth( _
ByVal As Integer _
) As Integer
public int DeflateWidth(
int
)
Parameters
- width
- A width to deflate.
Return Value
The resulting width.
See Also