Gets a PointF which determine the center of this location.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public PointF GetCenter(
RectangleF rect
)
Public Function GetCenter (
rect As RectangleF
) As PointF
Parameters
- rect
- Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle to determin the center.
Return Value
Type:
PointFRetruns a PointF.
See Also