| wnID |
- |
The window iD.
|
| rwnID |
- |
The iD of the window that the new
window is being created in.
|
| rX1 |
- |
The position of the lower X edge of
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling (0.0 to 1.0 left to right) otherwise if set
to 1 its measured from the relative window scaling .
|
| rY1 |
- |
The position of the left Y edge of
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling (0.0 to 1.0 bottom to top) otherwise if set
to 1 its measured from the relative window scaling .
|
| rZ1 |
- |
The position of the nearer Z edge of
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling otherwise if set to 1 its measured from the
relative window scaling . This is ignored in the TK driver but
possibly not in the VTK driver.
|
| rX2 |
- |
The position of the upper X edge of
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling (0.0 to 1.0 left to right) otherwise if set
to 1 its measured from the relative window scaling .
|
| rY1 |
- |
The position of the right Y edge of
the window on the graphics canvas. The graphics canvas runs
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling (0.0 to 1.0 bottom to top) otherwise if set
to 1 its measured from the relative window scaling .
|
| rZ1 |
- |
The position of the deeper Z edge of
the window. If the global variable WinInfo(wnID,corFmt) is
0 (its default value) this is measured from the parent window
absolute scaling otherwise if set to 1 its measured from the
relative window scaling . This is ignored in the TK driver but
possibly not in the VTK driver.
|
| sX1 |
- |
The value associated with the lower
edge of the window.
|
| sY1 |
- |
The value associated with the left
edge of the window.
|
| sZ1 |
- |
The value associated with the nearer
edge of the window. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| sX2 |
- |
The value associated with the upper
edge of the window.
|
| sY2 |
- |
The value associated with the right
edge of the window.
|
| sZ2 |
- |
The value associated with the deeper
edge of the window. This value is ignored in the TK driver
but may not be in the VTK driver.
|
| Pix |
- |
Optional input variable which allows
the window edges to be scaled from 0 to the number of screen
pixels across the window. The default value is N which keeps
the scaling set to the user selected values. To scale either
the X or the Y axis alone in pixels set Pix to X or Y
respectively. To scale both set Pix to XY.
|