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
對象在平面內放置的刻度類型。
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
ICoordinates
IRuler.h
產生者:
1.10.0