A protocol defining the interface for Box classes.
More...
#include <IBox.h>
|
id< IRuler > | ruler |
| The ruler used for placement. If not set, the default ruler setting is used.
|
|
id< IPoint > | start |
| Upper left corner of the box.
|
|
id< IPoint > | end |
| Bottom right corner of the box.
|
|
float | lineThickness |
| Thickness of the line based on the ruler units in use.
|
|
float | cornerRounding |
| Rounding value of the box corner.
|
|
A protocol defining the interface for Box classes.
◆ cornerRounding
Rounding value of the box corner.
◆ end
Bottom right corner of the box.
◆ lineThickness
Thickness of the line based on the ruler units in use.
◆ ruler
The ruler used for placement. If not set, the default ruler setting is used.
◆ start
Upper left corner of the box.
The documentation for this protocol was generated from the following file:
- /Users/realbuber/Documents/Project/sdk_json_Objective-C_IOS/sdk_json_Objective-C_IOS/LabelMaker/Interfaces/IShapes/IBox.h