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