11#import <Foundation/Foundation.h>
12#import <UniPRT/IBox.h>
13#import <UniPRT/IPoint.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/Defaults.h>
16#import <UniPRT/Point.h>
17#import <UniPRT/_Box.h>
56@property (nonatomic, strong) id<IRuler>
ruler;
68@property (nonatomic, strong) id<IPoint>
start;
80@property (nonatomic, strong) id<IPoint>
end;
131- (instancetype)initWithStart:(
id<IPoint>)start end:(
id<IPoint>)end lineThickness:(
float)lineThickness;
164- (instancetype)initWithXStart:(
float)xStart yStart:(
float)yStart xEnd:(
float)xEnd yEnd:(
float)yEnd lineThickness:(
float)lineThickness;
id< IPoint > end
方形对象的终点。
定义 Box.h:80
id< IPoint > start
方形对象的起始点。
定义 Box.h:68
float cornerRounding
方形对象的圆角半径。
定义 Box.h:104
float lineThickness
方形对象线条的粗细。
定义 Box.h:92
NSString * description()
返回可以发送到打印机的字符串。
id< IRuler > ruler
用于测量方形对象的标尺。
定义 Box.h:56