Method gpage
| Improve this Doc View Sourcegpage(out Double, out Double, out Int32, out Int32, out Int32, out Int32)
plgpage: Get page parameters
Declaration
public void gpage(out Double p_xp, out Double p_yp, out Int32 p_xleng, out Int32 p_yleng, out Int32 p_xoff, out Int32 p_yoff)
Parameters
Type | Name | Description |
---|---|---|
Double | p_xp | Returned value of the number of pixels/inch (DPI) in x. |
Double | p_yp | Returned value of the number of pixels/inch (DPI) in y. |
Int32 | p_xleng | Returned value of the x page length. |
Int32 | p_yleng | Returned value of the y page length. |
Int32 | p_xoff | Returned value of the x page offset. |
Int32 | p_yoff | Returned value of the y page offset. |
Remarks
Gets the current page configuration. The length and offset values are expressed in units that are specific to the current driver. For instance: screen drivers will usually interpret them as number of pixels, whereas printer drivers will usually use mm.