Method wind
| Improve this Doc View Sourcewind(Double, Double, Double, Double)
plwind: Specify window
Declaration
public void wind(Double xmin, Double xmax, Double ymin, Double ymax)
Parameters
Type | Name | Description |
---|---|---|
Double | xmin | The world x coordinate of the left-hand edge of the viewport. |
Double | xmax | The world x coordinate of the right-hand edge of the viewport. |
Double | ymin | The world y coordinate of the bottom edge of the viewport. |
Double | ymax | The world y coordinate of the top edge of the viewport. |
Remarks
Specify the window, i.e., the world coordinates of the edges of the viewport.