UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
IRuler.h
1
//
2
// IRuler.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/6.
6
//
7
8
#import <Foundation/Foundation.h>
9
50
typedef
NS_ENUM(NSInteger,
ScaleEnum
) {
51
ScaleEnumDot,
52
ScaleEnumMM,
53
ScaleEnumInch
54
};
55
81
@protocol
IRuler <NSObject>
82
93
@property
(nonatomic)
ScaleEnum
scale;
94
@end
ScaleEnum
对象在平面内放置的刻度类型。
AutoIdSDK
LabelMaker
Interfaces
ICoordinates
IRuler.h
制作者
1.10.0