4#import <Foundation/Foundation.h>
5#import <UniPRT/IPicture.h>
6#import <UniPRT/IPoint.h>
7#import <UniPRT/PrintPlane.h>
8#import <UniPRT/PglCmd.h>
10#import <UniPRT/Defaults.h>
11#import <UniPRT/_PglPicture.h>
12NS_ASSUME_NONNULL_BEGIN
52@property (nonatomic, strong) id<IPoint>
Start;
76@property (nonatomic, strong) id<IRuler>
Ruler;
100- (instancetype)initWithStart:(
id<IPoint>)start ImageName:(NSString *)imageName;
表示放置在標籤上的圖片(點陣圖),使用 PGL 指令。
Definition PglPicture.h:40
id< IPoint > Start
圖片的起始位置。
Definition PglPicture.h:52
id< IRuler > Ruler
用於定位或縮放的尺規物件。
Definition PglPicture.h:76
NSString * ImageName
圖片資源名稱。
Definition PglPicture.h:64
NSString * description()
將圖片物件轉換為 PGL 指令字串。
用於在標籤上放置圖像的圖片介面。
Definition IPicture.h:25