Expand description
§Graphics Shape
Represent shape in float
Type Aliases§
- Circle
- A circle defined by center and radius.
- Ellipse
- An ellipse defined by center and axes.
- Line
- A line segment of finite length, determined by a starting point and an ending point.
- Point
- A macro to create a new graphics shape.
- Polygon
- A polygon without rotated.
- Polyline
- A polyline without rotated.
- Rectangle
- A rectangle without rotated.
- Regular
Polygon - A path defined by a sequence of points.
- Square
- A square without rotated.
- Triangle
- A triangle without rotated.