Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Inflate Method
The amount to inflate this Rect horizontally.
The amount to inflate this Rect vertically.


In This Topic
Inflate Method (Rect)
In This Topic
Enlarges a Rectangle structure by the specified amount.
Syntax
'Declaration
 
Public Sub Inflate( _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
 
'Usage
 
Dim instance As Rect
Dim width As Integer
Dim height As Integer
 
instance.Inflate(width, height)

Parameters

width
The amount to inflate this Rect horizontally.
height
The amount to inflate this Rect vertically.
See Also