12#import <UniPRT/ACellSquare.h>
13#import <UniPRT/ICellRect.h>
33@property (nonatomic, assign)
float ydim;
36- (instancetype)initWithXDim:(
float)xdim yDim:(
float)ydim ruler:(
id<IRuler>)ruler;
ACellSquare 的基類。
Definition ACellSquare.h:32
遵循 ICellRect 協議的 CellRect 類。
Definition CellRect.h:31
float ydim
Definition CellRect.h:33
設置2D條碼單元矩形的大小。
Definition ICellRect.h:35