Gets a PointF which determine the center of this location.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PointF GetCenter(
RectangleF rect
)
Public Function GetCenter (
rect As RectangleF
) As PointF
Parameters
- rect RectangleF
- Rectangle to determin the center.
Return Value
PointFRetruns a PointF.
See Also