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