遵循 ICellRect 協議的 CellRect 類。 更多...
#include <CellRect.h>
實體方法 | |
(instancetype) | - init |
(instancetype) | - initWithXDim:yDim:ruler: |
![]() | |
(instancetype) | - NS_DESIGNATED_INITIALIZER |
(instancetype) | - initWithXDim:ruler: |
屬性(properties) | |
float | ydim |
![]() | |
id< IRuler > | ruler |
float | xdim |
![]() | |
id< IRuler > | ruler |
用於單元大小的標尺。 | |
float | xdim |
X 維度單元大小(寬度)。 | |
![]() | |
float | ydim |
Y 維度單元大小(高度)。 | |
- (instancetype) init |
- (instancetype) initWithXDim: | (float) | xdim | |
yDim: | (float) | ydim | |
ruler: | (id< IRuler >) | ruler |
|
readwritenonatomicassign |