Click or drag to resize

RectangleFInflate(SizeF) Method

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

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Inflate(
	SizeF size
)

Parameters

size  SizeF
The amount to inflate this rectangle.
See Also