#include <PglPicture.h>
实例方法 | |
| (instancetype) | - initWithStart:ImageName: |
| 使用指定的起始點和圖片名稱初始化類的新實例。 | |
| (NSString *) | - description |
| 返回可以發送到印表機的字符串。 | |
属性 | |
| id< IPoint > | Start |
| NSString * | ImageName |
| id< IRuler > | Ruler |
属性 继承自 <IPicture> | |
| id< IRuler > | Ruler |
| id< IPoint > | Start |
| NSString * | ImageName |
| - (NSString *) description |
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| ImageName: | (NSString *) | imageName |
使用指定的起始點和圖片名稱初始化類的新實例。
此初始化方法會使用起始點並綁定指定的圖片名稱,以便後續進行渲染或列印。
| start | 圖片的起始點。 |
| imageName | 圖片資源的名稱。 |
|
readwritenonatomiccopy |
|
readwritenonatomicstrong |