11#import <Foundation/Foundation.h>
12#import <UniPRT/IPicture.h>
13#import <UniPRT/IPoint.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/PglCmd.h>
17#import <UniPRT/Defaults.h>
18#import <UniPRT/_PglPicture.h>
19NS_ASSUME_NONNULL_BEGIN
23@property (nonatomic, strong) id<IPoint>
Start;
25@property (nonatomic, strong) id<IRuler>
Ruler;
56- (instancetype)initWithStart:(
id<IPoint>)start ImageName:(NSString *)imageName;
id< IPoint > Start
定义 PglPicture.h:23
id< IRuler > Ruler
定义 PglPicture.h:25
NSString * ImageName
定义 PglPicture.h:24
NSString * description()
返回可以發送到印表機的字符串。
用于在標籤上放置圖像的圖片介面。
定义 IPicture.h:25