UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
Scale.h
1
//
2
// Scale.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/9.
6
//
7
8
#ifndef Scale_h
9
#define Scale_h
10
11
// Scale.h
12
13
#import <Foundation/Foundation.h>
14
#import <UniPRT/TsplCmd.h>
15
#import <UniPRT/TSPL.h>
16
17
#if !defined(HIDE_PGL_INTERFACES)
18
@interface
Scale
: NSObject
19
20
@property
(nonatomic, assign) TSPLScaleUnits
units
;
21
@property
(nonatomic, assign)
int
horzResolution
;
22
@property
(nonatomic, assign)
int
vertResolution
;
23
24
- (instancetype)initWithUnits:(TSPLScaleUnits)units horizontalDPI:(
int
)horzDpi verticalDPI:(
int
)vertDpi;
25
- (NSString *)
description
;
26
27
@end
28
#endif
29
30
31
#endif
/* Scale_h */
Scale
Definition
Scale.h:19
Scale::units
TSPLScaleUnits units
Definition
Scale.h:20
Scale::horzResolution
int horzResolution
Definition
Scale.h:21
-[Scale description]
NSString * description()
Definition
Scale.m:31
Scale::vertResolution
int vertResolution
Definition
Scale.h:22
sdk_json_Objective-C_IOS
LabelMaker
TsplLib
TsplInterfaces
Scale.h
制作者
1.10.0