表示 TSPL 中圖片物件的類別。 更多...
#include <TsplPicture.h>
實體方法 | |
| (instancetype) | - initWithStart:imageName: |
| 使用指定的位置和圖片名稱初始化 TsplPicture 類別的新實例。 | |
| (NSString *) | - description |
| 將圖片物件轉換為 TSPL 指令字串。 | |
屬性(properties) | |
| id< IPoint > | Start |
| 圖片的起始位置。 | |
| NSString * | ImageName |
| 與圖片相關聯的圖片名稱。 | |
| id< IRuler > | Iuler |
| 用於定位或縮放的尺規物件。 | |
屬性(properties) 繼承自 <IPicture> | |
| id< IRuler > | Ruler |
| id< IPoint > | Start |
| NSString * | ImageName |
表示 TSPL 中圖片物件的類別。
此類別實作 IPicture 介面,用於在 TSPL 標籤格式中定義圖片元素。
| - (NSString *) description |
將圖片物件轉換為 TSPL 指令字串。
此方法會生成 TsplPicture 實例的 TSPL 指令字串表示,可用於傳送到印表機。
依據<IPicture>重新實作.
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| imageName: | (NSString *) | imageName |
|
readwritenonatomiccopy |
與圖片相關聯的圖片名稱。
|
readwritenonatomicstrong |
用於定位或縮放的尺規物件。
|
readwritenonatomicstrong |
圖片的起始位置。