公開方法(Public Methods) | |
| 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 Methods) 繼承自 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 Methods) 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.ALine | |
| ALine (IPoint start, IPoint end, float lineThickness) | |
| com.UniPRT.Sdk.LabelMaker.PGL.Line.Line | ( | float | x_start, |
| float | y_start, | ||
| float | x_end, | ||
| float | y_end, | ||
| float | lineThickness | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.PGL.Line.toString | ( | ) |
參考 com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetEnd(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetLineThickness(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ALine.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), 及 com.UniPRT.Sdk.LabelMaker.PglLib.Line.toString().