Method gdidev
| Improve this Doc View Sourcegdidev(out Double, out Double, out Double, out Double)
plgdidev: Get parameters that define current device-space window
Declaration
public void gdidev(out Double p_mar, out Double p_aspect, out Double p_jx, out Double p_jy)
Parameters
Type | Name | Description |
---|---|---|
Double | p_mar | Returned value of the relative margin width. |
Double | p_aspect | Returned value of the aspect ratio. |
Double | p_jx | Returned value of the relative justification in x. |
Double | p_jy | Returned value of the relative justification in y. |
Remarks
Get relative margin width, aspect ratio, and relative justification that define current device-space window. If plsdidev has not been called the default values pointed to by p_mar, p_aspect, p_jx, and p_jy will all be 0.