Class implements a square pdf object. More...
#include <PDFgraphing.h>
Public Member Functions | |
| udPDFPageObjectSquare (double x, double y, double s, double bc=0, double f=-1) | |
| Constructor for a square pdf object. | |
Class implements a square pdf object.
Definition at line 299 of file PDFgraphing.h.
| udPDFPageObjectSquare::udPDFPageObjectSquare | ( | double | x, | |
| double | y, | |||
| double | s, | |||
| double | bc = 0, |
|||
| double | f = -1 | |||
| ) | [inline] |
Constructor for a square pdf object.
| x,y | - coordinates of the left end point | |
| s | - length of the sides | |
| bc | - border color from 0 to 1 | |
| f | - fill color. If f < 0 then no filling |
Definition at line 316 of file PDFgraphing.h.
1.6.1