UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
_Picture Class Reference

Internal class for generating TSPL PUTBMP command. More...

#include <_Picture.h>

Inheritance diagram for _Picture:

Instance Methods

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

Properties

NSInteger row
 
NSInteger column
 
NSString * imageName
 

Detailed Description

Internal class for generating TSPL PUTBMP command.

Method Documentation

◆ 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.

Property Documentation

◆ column

- (NSInteger) column
readwritenonatomicassign

◆ imageName

- (NSString*) imageName
readwritenonatomiccopy

◆ row

- (NSInteger) row
readwritenonatomicassign

The documentation for this class was generated from the following file: