Click or drag to resize

RectangleFInflate Method (Single, Single)

Inflates this System.Drawing.RectangleF structure by the specified amount.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void Inflate(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The amount to inflate this System.Drawing.RectangleF structure horizontally.
y
Type: SystemSingle
The amount to inflate this System.Drawing.RectangleF structure vertically.
See Also