Rectangle public class Rectangle : Polygon Documentation Code public double Height { get; } public double Width { get; } public static Rectangle ByCornerPoints(IEnumerable<Point> points) public static Rectangle ByCornerPoints(Point p1, Point p2, Point p3, Point p4) public static Rectangle ByWidthLength(double width = 1, double length = 1) public static Rectangle ByWidthLength(Plane plane, double width = 1, double length = 1) public static Rectangle ByWidthLength(CoordinateSystem coordinateSystem, double width = 1, double length = 1)