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
)
Public Function Resize (
f As Double
) As MapRectangle
public:
MapRectangle Resize(
double f
)
member Resize :
f : float -> MapRectangle
Parameters
- f
- Type: SystemDouble
Resize factor; e.g. 1.05 will resize the area by 5%.
Return Value
Type:
MapRectangleRectangle reflecting the changes.
See Also