Points

Point type.

class Point[source]

Represents a point on a plane.

Names of notable points, that can be used as pinning positions for a graphic.

bottom_center: Point

The middle point of the bottom edge of the bounding box

bottom_left: Point

The bottom left corner of the bounding box

bottom_right: Point

The bottom right corner of the bounding box

center: Point

The center point of the bounding box

center_left: Point

The middle point of the left edge of the bounding box

center_right: Point

The middle point of the right edge of the bounding box

top_center: Point

The middle point of the top edge of the bounding box

top_left: Point

The top left corner of the bounding box

top_right: Point

The top right corner of the bounding box