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: 12.0.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