Class implements a horizontal line pdf object. More...
#include <PDFgraphing.h>
Public Member Functions | |
| udPDFPageObjectHorizLine (double x, double y, double s, double gc=0, bool d=false) | |
| Constructor for horizontal line pdf object. | |
Class implements a horizontal line pdf object.
Definition at line 223 of file PDFgraphing.h.
| udPDFPageObjectHorizLine::udPDFPageObjectHorizLine | ( | double | x, | |
| double | y, | |||
| double | s, | |||
| double | gc = 0, |
|||
| bool | d = false | |||
| ) | [inline] |
Constructor for horizontal line pdf object.
| x,y | - coordinates of the left end point | |
| s | - length | |
| gc | - gray scale intensity (0 - black, 1 - white) | |
| d | - if true than a dashed line is drawn |
Definition at line 240 of file PDFgraphing.h.
1.6.1