UniPRT SDK  v1.0.0.0
ALine Class Referenceabstract
Inheritance diagram for ALine:
ILine 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.
 

Protected Member Functions

 ALine (IPoint start, IPoint end, float lineThickness)