Click or drag to resize

MapRectangleTranslateVertically Method

Translates the rectangle vertically, if it is not empty. The properties South and North are changed.

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

Parameters

translate
Type: SystemDouble
Amount of translation, positive values shifts the rectangle northwards, negative values southwards.

Return Value

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