Enumeration specifying the types of shapes that can be used. These can be combined to produce images composed of multiple shape types.

Variables

inline read onlyCIRCLE:ShapeType = 5

inline read onlyELLIPSE:ShapeType = 3

inline read onlyLINE:ShapeType = 6

inline read onlyQUADRATIC_BEZIER:ShapeType = 7

inline read onlyRECTANGLE:ShapeType = 0

inline read onlyROTATED_ELLIPSE:ShapeType = 4

inline read onlyROTATED_RECTANGLE:ShapeType = 1

inline read onlyTRIANGLE:ShapeType = 2