Click or drag to resize
PointMathGetBounds Method
Find the bounds of an array of points

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Rectangle GetBounds(
	PointF[] pnts
)

Parameters

pnts
Type: System.DrawingPointF
Array of point to check

Return Value

Type: Rectangle
Retangle bounds
See Also