EnumConvertShapeOptions

Options for indicating the type of shape to which to covert an object.

Static Properties

Name Description
CONVERT_TO_BEVELED_RECTANGLE Converts the object to a rectangle with beveled corners.
CONVERT_TO_CLOSED_PATH Converts the object to a closed path.
CONVERT_TO_INVERSE_ROUNDED_RECTANGLE Converts the object to a rectangle with inverse rounded corners.
CONVERT_TO_LINE Converts the object to a line that connects the upper left and lower right corners of the object's bounding box.
CONVERT_TO_OPEN_PATH Converts the object to an open path.
CONVERT_TO_OVAL Converts the object to an ellipse.
CONVERT_TO_POLYGON Converts the object to a polygon.
CONVERT_TO_RECTANGLE Converts the object to a rectangle.
CONVERT_TO_ROUNDED_RECTANGLE Converts the object to a rectangle with rounded corners.
CONVERT_TO_STRAIGHT_LINE Converts the object to straight line. If the object is a square, circle, or its bounding box is wider than it is tall, the line is horizontal and connects the center points on the vertical sides of the bounding box. If the object's bounding box is taller than it is wide, the line connects the center points of the horizontal sides of the bounding box.
CONVERT_TO_TRIANGLE Converts the object to a triangle.