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: 12.3.0.0
Syntax
public PointF GetCenter(
	RectangleF rect
)

Parameters

rect  RectangleF
Rectangle to determin the center.

Return Value

PointF
Retruns a PointF.
See Also