| wnID |
- |
The window iD.
|
| rwnID |
- |
The iD of the window that the new
window is being created in.
|
| rX |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center X
position of the window or the upper or lower X edge. Refer to the
table in the DISCUSSION section below. In addition
if the global variable WinInfo(wnID,corFmt) is 0 (its
default value) this postion 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 .
|
| rY |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center Y
position of the window or the upper or lower Y edge. Refer to the
table in the DISCUSSION section below. In addition
if the global variable WinInfo(wnID,corFmt) is 0 (its
default value) this postion 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 .
|
| rZ |
- |
Depending on the setting of the global
variable WinInfo(wnID,posFmt) this is either the center Y
position of the window or the upper or lower Y edge. Refer to the
table in the DISCUSSION section below. In addition
if the global variable WinInfo(wnID,corFmt) is 0 (its
default value) this postion is measured from the parent window
absolute scaling (0.0 to 1.0 near to far) otherwise if set to
1 its measured from the relative window scaling. This value is
ignored in the TK driver but possibly not in the VTK driver.
|
| rL |
- |
The length of the window edge. Depending
on the setting of the global variable WinInfo(wnID,posFmt)
this can be measured either along the canvas X or Y axis. If
the global variable WinInfo(wnID,corFmt) is 0 (its default
value) the length postion is measured against the parent window
absolute scaling (0.0 to 1.0 left to right, top to botton)
otherwise if set to 1 its measured from the relative window
scaling.
|
| 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.
|