UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.TSPL.Line Class Reference
Inheritance diagram for UniPRT.Sdk.LabelMaker.TSPL.Line:
UniPRT.Sdk.LabelMaker.Interfaces.ALine UniPRT.Sdk.LabelMaker.Interfaces.ILine

Public Member Functions

 Line (float x_start, float y_start, float x_end, float y_end, float lineThickness)
 
 Line (IPoint start, IPoint end, float lineThickness)
 
override string ToString ()
 Returns the string that can be sent to printer.
 

Properties

virtual IPoint End [get, set]
 
virtual float LineThickness [get, set]
 
virtual IRuler Ruler = Defaults.Ruler [get, set]
 
virtual IPoint Start [get, set]