Click or drag to resize

MapRectangleResize Method

Resizes the area covered by the rectangle. Creates and returns a new rectangle reflecting the changes.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapRectangle Resize(
	double f
)

Parameters

f
Type: SystemDouble
Resize factor; e.g. 1.05 will resize the area by 5%.

Return Value

Type: MapRectangle
Rectangle reflecting the changes.
See Also