Search
Line.Bounds Property
See Also
 






Gets the smallest rectangle bounding the segment which defines the line.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect object that represents the rectangle bounding the line segment.

 See Also