UniPRT SDK  v1.0.0.0
ILine Interface Reference
Inheritance diagram for ILine:
ALine Line Line

Public Member Functions

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 ()
 Returns the string that can be sent to printer.