Method gdiplt
| Improve this Doc View Sourcegdiplt(out Double, out Double, out Double, out Double)
plgdiplt: Get parameters that define current plot-space window
Declaration
public void gdiplt(out Double p_xmin, out Double p_ymin, out Double p_xmax, out Double p_ymax)
Parameters
Type | Name | Description |
---|---|---|
Double | p_xmin | Returned value of the relative minimum in x. |
Double | p_ymin | Returned value of the relative minimum in y. |
Double | p_xmax | Returned value of the relative maximum in x. |
Double | p_ymax | Returned value of the relative maximum in y. |
Remarks
Get relative minima and maxima that define current plot-space window. If plsdiplt has not been called the default values pointed to by p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.