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: 12.0.0.0
Syntax public void Inflate(
float x,
float y
)
Public Sub Inflate (
x As Single,
y As Single
)
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