Gets the bounding rectangle of the ellipse.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
An instance of the Rect class.
See Also