UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
LabelMaker.Interfaces.IPicture.APicture 類別 參考文件

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

類別LabelMaker.Interfaces.IPicture.APicture的繼承圖:
LabelMaker.Interfaces.IPicture.IPicture

公開方法(Public Methods)

 __init__ (self, IPoint start, str image_name)
 
IPoint Start (self)
 線條的起始位置。
 
str ImageName (self)
 BMP圖片名稱。
 
IRuler Ruler (self)
 用於放置的尺規。如果未設定,則使用預設尺規設定。
 
str __str__ (self)
 

保護屬性

 _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

此類別(class) 文件是由下列檔案中產生: