[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rect.Inflate

Inflate Method

Inflate(int, int)

Enlarges a Rectangle structure by the specified amount.

Declaration
public void Inflate(int width, int height)
Public Sub Inflate(width As Integer, height As Integer)
Parameters
Type Name Description
int width

The amount to inflate this Rectangle horizontally.

int height

The amount to inflate this Rectangle vertically.