Charting for WinForms Programmer's Guide
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 RectangleF Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As RectangleF

 Property Value

A RectangleF object that represents the rectangle bounding the line segment.

 See Also

Line Members
Line Class
MindFusion.Geometry.Geometry2D Namespace