Click or drag to resize
PointMathGetBoundsF Method
Find the bounds of an array of points (F)

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

Parameters

pnts
Type: System.DrawingPointF
Array of point to check

Return Value

Type: RectangleF
RetangleF bounds
See Also