UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
Ruler.h
1//
2// Ruler.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/6.
6//
7
8#ifndef Ruler_h
9#define Ruler_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
13
36@interface Ruler : NSObject <IRuler>
37@property (nonatomic) ScaleEnum scale;
38
39- (instancetype)initWithScale:(ScaleEnum)scale;
40@end
41
42
43#endif /* Ruler_h */
對象在平面內放置的刻度類型。
繼承自 IRuler 的 Ruler 類。
Definition Ruler.h:36
ScaleEnum scale
Definition Ruler.h:37
對象在平面內放置時使用的單位和解析度。
Definition IRuler.h:81