|
float | GetCornerRounding () |
| Rounding value of the box corner.
|
|
IPoint | GetEnd () |
| Bottom right corner of box.
|
|
float | GetLineThickness () |
| Thickness of line based on the ruler units in use.
|
|
IRuler | GetRuler () |
| The ruler used for placement. If not set, the default ruler setting is used.
|
|
IPoint | GetStart () |
| Upper left corner of box.
|
|
void | SetCornerRounding (float cornerRounding) |
|
void | SetEnd (IPoint end) |
|
void | SetLineThickness (float lineThickness) |
|
void | SetRuler (IRuler ruler) |
|
void | SetStart (IPoint start) |
|
String | toString () |
|