12#import <Foundation/Foundation.h>
13#import <UniPRT/IRuler.h>
14#import <UniPRT/IPoint.h>
32@protocol IBox <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 IBox.h:44
id< IPoint > end
Bottom right corner of the box.
Definition IBox.h:68
float lineThickness
Thickness of the line based on the ruler units in use.
Definition IBox.h:80
id< IPoint > start
Upper left corner of the box.
Definition IBox.h:56
float cornerRounding
Rounding value of the box corner.
Definition IBox.h:92