libpgplotxx.a (C++ interface to PGPLOT)

◆ qwin() [2/3]

basic_device& pgplot::basic_device::qwin ( float &  x1,
float &  x2,
float &  y1,
float &  y2 
)
inlineinherited

inquire window boundary coordinates

Definition at line 353 of file basicdevice.h.

References pgplot::basic_device::qwin().

354  { return(this->qwin(&x1, &x2, &y1, &y2)); }
basic_device & qwin(float *x1, float *x2, float *y1, float *y2)
inquire window boundary coordinates
Definition: basicdevice.h:346
Here is the call graph for this function: