#include <PglPicture.h>
|
| (instancetype) | - initWithStart:ImageName: |
| | Initializes a new instance of the class with the specified start point and image name.
|
| |
| (NSString *) | - description |
| | Returns a string that can be sent to the printer.
|
| |
◆ description
| - (NSString *) description |
|
|
|
Returns a string that can be sent to the printer.
This method generates a formatted string representation of the object that includes all necessary commands and data for printing.
- Returns
- A string description of the object.
Reimplemented from <IPicture>.
◆ initWithStart:ImageName:
| - (instancetype) initWithStart: |
|
(id< IPoint >) | start |
| ImageName: |
|
(NSString *) | imageName |
Initializes a new instance of the class with the specified start point and image name.
This initializer creates an object using a starting point and associates it with the provided image name, which can later be used for rendering or printing.
- Parameters
-
| start | The starting point of the image. |
| imageName | The name of the image resource. |
- Returns
- A new instance of the class.
◆ ImageName
◆ Ruler
◆ Start
The documentation for this class was generated from the following file:
- /Users/bob_huang/Documents/Project/sdk_json_Objective-C/AutoIdSDK/LabelMaker/PGL/Picture/PglPicture.h