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