12#import <Foundation/Foundation.h>
13#import <UniPRT/IRuler.h>
14#import <UniPRT/IPoint.h>
32@protocol ILine <NSObject>
44@property (nonatomic, strong) id<IRuler>
ruler;
56@property (nonatomic, strong) id<IPoint>
start;
68@property (nonatomic, strong) id<IPoint>
end;
id< IRuler > ruler
The ruler used for placement. If not set, the default ruler setting is used.
Definition ILine.h:44
id< IPoint > start
Starting position of line.
Definition ILine.h:56
id< IPoint > end
Ending position of line.
Definition ILine.h:68
float lineThickness
Thickness of line based on the ruler units in use.
Definition ILine.h:80