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