Gets the smallest rectangle bounding the polygon.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
See Also