MindFusion.Mapping Programmer's Guide

Point.GetCenter Method

See Also
 






Shape.GetCenter override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override Point GetCenter ()

Visual Basic  Copy Code

Public Overrides Function GetCenter () As Point

 Return Value

A Point representing the shape's center.

 See Also