Click or drag to resize

PolylineGetBoundingRect Method

Gets the bounding rectangle of all points.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static Rect GetBoundingRect(
	this ICollection<Point> points
)

Parameters

points
Type: System.Collections.GenericICollectionPoint
The points.

Return Value

Type: Rect
The bounding rectangle.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollectionPoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also