Click or drag to resize
SoBaseScreenposition Property

Position of the graphics window on the physical screen.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec2f position { get; }

Property Value

Type: SoSFVec2f
Remarks

Specifies the position of the upper left corner of the graphics window. 0,0 is always the upper left corner of the desktop. If the values are in the range [0.0, 1.0], they are interpreted as a fraction of the size of the display, where 1,1 is the lower right corner of the desktop. If values are greater than 1.0 they are interpreted as pixels and the lower right corner of the desktop depends on the display resolution.

MultiPipe mode only, not used in Cluster mode. For Cluster mode, use the SoFlatScreen.channelOrigin field.

See Also