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