Types
- Rect.Edge: Coordinates that establish the edges of a rectangle.
- AffineTransform: An affine transformation matrix for use in drawing 2D graphics.
- Point: A structure that contains a point in a two-dimensional coordinate system.
- Rect: A structure that contains the location and dimensions of a rectangle.
- Size: A structure that contains width and height values.
- Vector: A structure that contains a two-dimensional vector.