Gets the smallest rectangle bounding the segment which defines the line.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
A Microsoft.Maui.Graphics.Rect object that represents the rectangle bounding the line segment.
See Also