Represents a picture (bitmap) placed on the label using PGL.
More...
|
| | __init__ (self, IPoint start, str image_name) |
| | Initialize with position and image name.
|
| |
| str | __str__ (self) |
| | Convert this object into a PGL command string.
|
| |
Represents a picture (bitmap) placed on the label using PGL.
This class defines a PGL picture object that can be positioned on a label and converted into a PGL command string.
◆ __init__()
| LabelMaker.PGL.PglPicture.PglPicture.__init__ |
( |
| self, |
|
|
IPoint | start, |
|
|
str | image_name ) |
Initialize with position and image name.
- Parameters
-
| start | IPoint object indicating the position. |
| image_name | The name of the image (logo) to be printed. |
◆ __str__()
| str LabelMaker.PGL.PglPicture.PglPicture.__str__ |
( |
| self | ) |
|
Convert this object into a PGL command string.
- Returns
- The PGL command string representing this picture.
◆ ImageName
| str LabelMaker.PGL.PglPicture.PglPicture.ImageName = image_name |
◆ Ruler
◆ Start
| IPoint LabelMaker.PGL.PglPicture.PglPicture.Start = start |
The documentation for this class was generated from the following file:
- /Users/bob_huang/Documents/Project/UniPRTSDK_python/LabelMaker/PGL/PglPicture.py