UniPRT SDK v2.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.IPicture.APicture类 参考

圖片的預設實現,包含起點與圖像名稱。 更多...

类 LabelMaker.Interfaces.IPicture.APicture 继承关系图:
LabelMaker.Interfaces.IPicture.IPicture

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()
 

详细描述

圖片的預設實現,包含起點與圖像名稱。

构造及析构函数说明

◆ __init__()

LabelMaker.Interfaces.IPicture.APicture.__init__ ( self,
IPoint start,
str image_name )

成员函数说明

◆ __str__()

str LabelMaker.Interfaces.IPicture.APicture.__str__ ( self)

◆ ImageName()

str LabelMaker.Interfaces.IPicture.APicture.ImageName ( self)

BMP图像名称。

重载 LabelMaker.Interfaces.IPicture.IPicture .

◆ Ruler()

IRuler LabelMaker.Interfaces.IPicture.APicture.Ruler ( self)

用于放置的标尺。如果未设置,则使用默认标尺设置。

重载 LabelMaker.Interfaces.IPicture.IPicture .

◆ Start()

IPoint LabelMaker.Interfaces.IPicture.APicture.Start ( self)

线条的起始位置。

重载 LabelMaker.Interfaces.IPicture.IPicture .

类成员变量说明

◆ _ImageName

LabelMaker.Interfaces.IPicture.APicture._ImageName = image_name
protected

◆ _Ruler

LabelMaker.Interfaces.IPicture.APicture._Ruler = Defaults.ruler()
protected

◆ _Start

LabelMaker.Interfaces.IPicture.APicture._Start = start
protected

该类的文档由以下文件生成: