UniPRT SDK  v1.0.0.0
Box Class Reference
Inheritance diagram for Box:
IBox

Public Member Functions

 Box (float x_start, float y_start, float x_end, float y_end, float lineThickness)
 
 Box (IPoint start, IPoint end, float lineThickness)
 
float GetCornerRounding ()
 Rounding value of the box corner.
 
IPoint GetEnd ()
 Bottom right corner of box.
 
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 ()
 Upper left corner of box.
 
void SetCornerRounding (float cornerRounding)
 
void SetEnd (IPoint end)
 
void SetLineThickness (float lineThickness)
 
void SetRuler (IRuler ruler)
 
void SetStart (IPoint start)
 
String toString ()