Represents a picture (bitmap) placed on the label using PGL. More...
#include <PglPicture.h>
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< IPoint > | Start |
| The starting position of the picture. | |
| NSString * | ImageName |
| The name of the image resource. | |
| id< IRuler > | Ruler |
| The ruler object used for positioning or scaling. | |
Properties inherited from <IPicture> | |
| id< IRuler > | Ruler |
| id< IPoint > | Start |
| NSString * | ImageName |
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.
| - (NSString *) description |
Converts the picture object to a PGL command string.
Reimplemented from <IPicture>.
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| ImageName: | (NSString *) | imageName |
Initializes a new instance of PglPicture with the specified position and image name.
| start | The starting position of the picture. |
| imageName | The name of the image resource. |
|
readwritenonatomiccopy |
The name of the image resource.
|
readwritenonatomicstrong |
The starting position of the picture.