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 */
ScaleEnum
对象在平面内放置的刻度类型。
Ruler
继承自 IRuler 的 Ruler 类。
Definition
Ruler.h:36
Ruler::scale
ScaleEnum scale
Definition
Ruler.h:37
IRuler-p
对象在平面内放置时使用的单位和分辨率。
Definition
IRuler.h:81
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
Coordinate
Ruler.h
制作者
1.10.0