UniPRT SDK  v1.0.0.0
Line Class Reference
Inheritance diagram for Line:
ALine 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)
 
IPoint GetEnd ()
 Ending position of line.
 
float GetLineThickness ()
 Thickness of line based on the ruler units in use.
 
IRuler GetRuler ()
 The ruler used for placement. If not set, the default ruler setting is used.
 
IPoint GetStart ()
 Starting position of line.
 
void SetEnd (IPoint end)
 
void SetLineThickness (float lineThickness)
 
void SetRuler (IRuler ruler)
 
void SetStart (IPoint start)
 
String toString ()
 
String ToString ()
 Returns the string that can be sent to printer.