Gets the center of the arc's ellipse.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public Point Center { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Center As Point |
An instance of the Point class.
See Also