Click or drag to resize

LocationGetCenter Method

Gets a PointF which determine the center of this location.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public PointF GetCenter(
	RectangleF rect
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle to determin the center.

Return Value

Type: PointF
Retruns a PointF.
See Also