evCreate API 5.7 Help

EvPivotPoint Enumeration

The EvPivotPoint TS enumeration defines the pivot points on the bounding box of a given object item for rotating this object item around these pivot points in the 2D document space.

BottomCenter: "bottom_center";

The middle of the bottom edge of a given object item's bounding box.

BottomLeft: "bottom_left";

The bottom left corner of a given object item's bounding box.

BottomRight: "bottom_right";

The bottom right corner of a given object item's bounding box.

Center: "center";

The center of a given object item's bounding box.

Custom: "custom";

A point arbitrarily set on a given object item's bounding box.

MiddleLeft: "middle_left";

The middle of the left edge of a given object item's bounding box.

MiddleRight: "middle_right";

The middle of the right edge of a given object item's bounding box.

TopCenter: "top_center";

The middle of the top edge of a given object item's bounding box.

TopLeft: "top_left";

The top left corner of a given object item's bounding box.

TopRight: "top_right";

The top right corner of a given object item's bounding box.

25 March 2025