1PLGPAGE(3plplot)                  PLplot API                  PLGPAGE(3plplot)
2
3
4

NAME

6       plgpage - Get page parameters
7

SYNOPSIS

9       plgpage(xp, yp, xleng, yleng, xoff, yoff)
10

DESCRIPTION

12       Gets  the  current page configuration. The length and offset values are
13       expressed in units  that  are  specific  to  the  current  driver.  For
14       instance:  screen drivers will usually interpret them as number of pix‐
15       els, whereas printer drivers will usually use mm.
16
17       Redacted form: plgpage(xp, yp, xleng, yleng, xoff, yoff)
18
19       This function is used in example 31.
20

ARGUMENTS

22       xp (PLFLT *, output)
23              Pointer to number of pixels/inch (DPI), x.
24
25       yp (PLFLT *, output)
26              Pointer to number of pixels/inch (DPI) in y.
27
28       xleng (PLINT *, output)
29              Pointer to x page length value.
30
31       yleng (PLINT *, output)
32              Pointer to y page length value.
33
34       xoff (PLINT *, output)
35              Pointer to x page offset.
36
37       yoff (PLINT *, output)
38              Pointer to y page offset.
39
40

AUTHORS

42       Geoffrey Furnish and Maurice LeBrun wrote and  maintain  PLplot.   This
43       man  page  was  automatically  generated from the DocBook source of the
44       PLplot  documentation,  maintained  by  Alan  W.   Irwin   and   Rafael
45       Laboissiere.
46

SEE ALSO

48       PLplot documentation at http://plplot.sourceforge.net/resources.
49
50
51
52                                  July, 2010                  PLGPAGE(3plplot)
Impressum