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

Represents a picture (bitmap) placed on the label using PGL. More...

#include <PglPicture.h>

Inheritance diagram for PglPicture:
<IPicture>

Instance Methods

(instancetype) - initWithStart:ImageName:
 Initializes a new instance of PglPicture with the specified position and image name.
 
(NSString *) - description
 Converts the picture object to a PGL command string.
 

Properties

id< IPointStart
 The starting position of the picture.
 
NSString * ImageName
 The name of the image resource.
 
id< IRulerRuler
 The ruler object used for positioning or scaling.
 
- Properties inherited from <IPicture>
id< IRulerRuler
 
id< IPointStart
 
NSString * ImageName
 

Detailed Description

Represents a picture (bitmap) placed on the label using PGL.

This class implements the IPicture interface and provides functionality for placing and describing bitmap images in PGL label formats.

Method Documentation

◆ description

- (NSString *) description

Converts the picture object to a PGL command string.

Returns
A string containing the PGL command.

Reimplemented from <IPicture>.

◆ initWithStart:ImageName:

- (instancetype) initWithStart: (id< IPoint >) start
ImageName: (NSString *) imageName 

Initializes a new instance of PglPicture with the specified position and image name.

Parameters
startThe starting position of the picture.
imageNameThe name of the image resource.
Returns
A new instance of PglPicture.

Property Documentation

◆ ImageName

- (NSString*) ImageName
readwritenonatomiccopy

The name of the image resource.

◆ Ruler

- (id<IRuler>) Ruler
readwritenonatomicstrong

The ruler object used for positioning or scaling.

◆ Start

- (id<IPoint>) Start
readwritenonatomicstrong

The starting position of the picture.


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