[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rectangle.Inflate

Inflate Method

Inflate(double, double)

Enlarges a Rectangle structure by the specified amount.

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

The amount to inflate this Rectangle horizontally.

double height

The amount to inflate this Rectangle vertically.