3#import <Foundation/Foundation.h>
18@property (nonatomic, assign) NSInteger
row;
19@property (nonatomic, assign) NSInteger
column;
23- (instancetype)initWithRow:(NSInteger)row
24 column:(NSInteger)column
25 imageName:(NSString *)imageName;
用於產生 TSPL 的 PUTBMP 指令(內部使用類別)。
定义 _Picture.h:17
NSInteger row
定义 _Picture.h:18
NSInteger column
定义 _Picture.h:19
NSString * description()
Convert to full TSPL command string.
NSString * imageName
定义 _Picture.h:20