UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
CellRect.h
1
//
2
// CellRect.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef CellRect_h
9
#define CellRect_h
10
11
12
#import <UniPRT/ACellSquare.h>
13
#import <UniPRT/ICellRect.h>
14
31
@interface
CellRect
:
ACellSquare
<
ICellRect
>
32
33
@property
(nonatomic, assign)
float
ydim
;
34
35
- (instancetype)
init
;
36
- (instancetype)initWithXDim:(
float
)xdim yDim:(
float
)ydim ruler:(
id
<IRuler>)ruler;
37
38
@end
39
40
#endif
/* CellRect_h */
ACellSquare
ACellSquare 的基类。
定义
ACellSquare.h:32
CellRect
遵循 ICellRect 协议的 CellRect 类。
定义
CellRect.h:31
CellRect::ydim
float ydim
定义
CellRect.h:33
-[CellRect init]
instancetype init()
ICellRect-p
设置2D条码单元矩形的大小。
定义
ICellRect.h:35
AutoIdSDK
LabelMaker
Interfaces
IBarcode2D
CellRect.h
制作者
1.13.2