 | PointMathGetBoundsF Method |
Find the bounds of an array of points (F)
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static RectangleF GetBoundsF(
PointF[] pnts
)
Public Shared Function GetBoundsF (
pnts As PointF()
) As RectangleF
Parameters
- pnts
- Type: System.DrawingPointF
Array of point to check
Return Value
Type:
RectangleFRetangleF bounds
See Also