UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
Line.h
1
//
2
// Line.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/16.
6
//
7
8
#ifndef Line_h
9
#define Line_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/ALine.h>
13
#import <UniPRT/IPoint.h>
14
#import <UniPRT/PrintPlane.h>
15
#import <UniPRT/Defaults.h>
16
#import <UniPRT/Point.h>
17
#import <UniPRT/_Line.h>
18
44
@interface
Line
:
ALine
45
71
- (instancetype)initWithStart:(
id
<IPoint>)start end:(
id
<IPoint>)end lineThickness:(
float
)lineThickness;
72
104
- (instancetype)initWithXStart:(
float
)xStart yStart:(
float
)yStart xEnd:(
float
)xEnd yEnd:(
float
)yEnd lineThickness:(
float
)lineThickness;
105
132
- (NSString *)
description
;
133
134
@end
135
136
#endif
/* _Line_h */
137
ALine
线的基类。
定义
ALine.h:34
Line
表示 TSPL 线对象的类。
定义
Line.h:45
-[Line description]
NSString * description()
返回可以发送到打印机的字符串。
sdk_json_Objective-C_IOS
LabelMaker
TSPL
Shapes
Line.h
制作者
1.13.2