PjBoxShape Enumeration
Project Developer Reference |
Constant specifying the shape of a box.
Requirements
Name | Value | Description |
---|---|---|
pjBoxCapsule | 4 | Capsule. |
pjBoxDownTrapezoid | 9 | Down trapezoid. |
pjBoxLeftParallelogram | 7 | Left parallelogram. |
pjBoxPointedEnds | 5 | Pointed ends. |
pjBoxRectangle | 0 | Rectangle. |
pjBoxRightParallelogram | 6 | Right parallelogram. |
pjBoxRoundedRectangle | 2 | Rounded rectangle. |
pjBoxUpTrapezoid | 8 | Up trapezoid. |
pjBoxWideRectangle | 1 | Wide rectangle. |
pjBoxWideRoundedRectangle | 3 | Wide rounded rectangle. |