圖片的預設實現,包含起點與圖像名稱。 更多...
Public 成员函数 | |
| __init__ (self, IPoint start, str image_name) | |
| IPoint | Start (self) |
| 线条的起始位置。 | |
| str | ImageName (self) |
| BMP图像名称。 | |
| IRuler | Ruler (self) |
| 用于放置的标尺。如果未设置,则使用默认标尺设置。 | |
| str | __str__ (self) |
Protected 属性 | |
| _Start = start | |
| _ImageName = image_name | |
| _Ruler = Defaults.ruler() | |
圖片的預設實現,包含起點與圖像名稱。
| LabelMaker.Interfaces.IPicture.APicture.__init__ | ( | self, | |
| IPoint | start, | ||
| str | image_name ) |
| str LabelMaker.Interfaces.IPicture.APicture.__str__ | ( | self | ) |
| str LabelMaker.Interfaces.IPicture.APicture.ImageName | ( | self | ) |
BMP图像名称。
| IRuler LabelMaker.Interfaces.IPicture.APicture.Ruler | ( | self | ) |
用于放置的标尺。如果未设置,则使用默认标尺设置。
| IPoint LabelMaker.Interfaces.IPicture.APicture.Start | ( | self | ) |
线条的起始位置。
|
protected |
|
protected |
|
protected |