UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
ICellSquare.h
1//
2// ICellSquare.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef ICellSquare_h
9#define ICellSquare_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
13
36@protocol ICellSquare <NSObject>
37
48@property (nonatomic, strong) id<IRuler> ruler;
49
60@property (nonatomic, assign) float xdim;
61
62@end
63
64#endif /* ICellSquare_h */
float xdim
X 維度單元大小(寬度)。
Definition ICellSquare.h:60
id< IRuler > ruler
用於單元大小的標尺。
Definition ICellSquare.h:48