A protocol defining the interface for Line classes.
More...
#include <ILine.h>
|
id< IRuler > | ruler |
| The ruler used for placement. If not set, the default ruler setting is used.
|
|
id< IPoint > | start |
| Starting position of line.
|
|
id< IPoint > | end |
| Ending position of line.
|
|
float | lineThickness |
| Thickness of line based on the ruler units in use.
|
|
A protocol defining the interface for Line classes.
◆ end
◆ lineThickness
Thickness of line based on the ruler units in use.
◆ ruler
The ruler used for placement. If not set, the default ruler setting is used.
◆ start
Starting position of line.
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/ILine.h