Gets the center point of this shape.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public abstract Point GetCenter () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function GetCenter () As Point |
A Point representing the shape's center.
See Also