libpgplotxx.a (C++ interface to PGPLOT)

◆ qwin() [3/3]

basic_device& pgplot::basic_device::qwin ( Trect win)
inlineinherited

inquire window boundary coordinates

Definition at line 356 of file basicdevice.h.

References pgplot::basic_device::qwin().

357  {
358  float x1,x2,y1,y2;
359  this->qwin(x1, x2, y1, y2);
360  win=Trect(Trange(x1,x2),Trange(y1,y2));
361  return(*this);
362  }
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: