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
Syntaxpublic void Inflate(
SizeF size
)
Public Sub Inflate (
size As SizeF
)
Parameters
- size
- Type: Easymap.AddIn.CommonSizeF
The amount to inflate this rectangle.
See Also