UniPRT SDK v2.0.0.0
 
载入中...
搜索中...
未找到
_Picture类 参考

用於產生 TSPL 的 PUTBMP 指令(內部使用類別)。 更多...

#include <_Picture.h>

类 _Picture 继承关系图:

实例方法

(instancetype) - initWithRow:column:imageName:
 Initialize with row, column and image name.
 
(NSString *) - description
 Convert to full TSPL command string.
 

属性

NSInteger row
 
NSInteger column
 
NSString * imageName
 

详细描述

用於產生 TSPL 的 PUTBMP 指令(內部使用類別)。

成员函数文档

◆ description

- (NSString *) description

Convert to full TSPL command string.

◆ initWithRow:column:imageName:

- (instancetype) initWithRow: (NSInteger) row
column: (NSInteger) column
imageName: (NSString *) imageName 

Initialize with row, column and image name.

属性说明

◆ column

- (NSInteger) column
readwritenonatomicassign

◆ imageName

- (NSString*) imageName
readwritenonatomiccopy

◆ row

- (NSInteger) row
readwritenonatomicassign

该类的文档由以下文件生成: