Click or drag to resize

RectangleFInflate Method (SizeF)

Inflates this System.Drawing.RectangleF 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(
	SizeF size
)

Parameters

size
Type: System.DrawingSizeF
The amount to inflate this rectangle.
See Also