Click or drag to resize

MapRectangleInflate Method (Double)

Inflates the object horizontally and vertically by specifying one single factor, applied to both dimensions. The width and height of the rectangle is multiplied by this factor.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapRectangle Inflate(
	double inflate
)

Parameters

inflate
Type: SystemDouble
Factor which specifies the new value of the property Width and Height.

Return Value

Type: MapRectangle
The object itself is returned, so it can be reused in the same line of code.
See Also