UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PGL.Line类 参考
类 com.UniPRT.Sdk.LabelMaker.PGL.Line 继承关系图:
com.UniPRT.Sdk.LabelMaker.Abstract.ALine com.UniPRT.Sdk.LabelMaker.Interface.ILine

Public 成员函数

 Line (IPoint start, IPoint end, float lineThickness)
 
 Line (float x_start, float y_start, float x_end, float y_end, float lineThickness)
 
String toString ()
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ALine
IRuler GetRuler ()
 用于放置的标尺。如果未设置,则使用默认的标尺设置。 更多...
 
void SetRuler (IRuler ruler)
 
IPoint GetStart ()
 线条的起始位置。 更多...
 
void SetStart (IPoint start)
 
IPoint GetEnd ()
 线条的结束位置。 更多...
 
void SetEnd (IPoint end)
 
float GetLineThickness ()
 根据使用的标尺单位设置线条的厚度。 更多...
 
void SetLineThickness (float lineThickness)
 
String ToString ()
 返回可发送到印表机的字符串。 更多...
 

额外继承的成员函数

- Protected 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ALine
 ALine (IPoint start, IPoint end, float lineThickness)
 

构造及析构函数说明

◆ Line() [1/2]

com.UniPRT.Sdk.LabelMaker.PGL.Line.Line ( IPoint  start,
IPoint  end,
float  lineThickness 
)

◆ Line() [2/2]

com.UniPRT.Sdk.LabelMaker.PGL.Line.Line ( float  x_start,
float  y_start,
float  x_end,
float  y_end,
float  lineThickness 
)

成员函数说明

◆ toString()


该类的文档由以下文件生成: