[C#]
static RectangleF FromPoints(PointF[] points);
[Visual Basic]
Shared Function FromPoints(points As PointF()) As RectangleF
None.