表示放置在標籤上的圖片(點陣圖),使用 TSPL 指令。 更多...
#include <TsplPicture.h>
實體方法 | |
| (instancetype) | - initWithStart:imageName: |
| 使用指定的位置和圖片名稱初始化 TsplPicture 類別的新實例。 | |
| (NSString *) | - description |
| 將圖片物件轉換為 TSPL 指令字串。 | |
屬性(properties) | |
| id< IPoint > | Start |
| 圖片的起始位置。 | |
| NSString * | ImageName |
| 圖片資源名稱。 | |
| id< IRuler > | Ruler |
| 用於定位或縮放的尺規物件。 | |
屬性(properties) 繼承自 <IPicture> | |
| id< IRuler > | Ruler |
| id< IPoint > | Start |
| NSString * | ImageName |
| - (NSString *) description |
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| imageName: | (NSString *) | imageName |
|
readwritenonatomiccopy |
圖片資源名稱。
|
readwritenonatomicstrong |
圖片的起始位置。