Click or drag to resize
SoBaseScreenchannelSize Property

Size 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 channelSize { get; }

Property Value

Type: SoSFVec2f
Remarks

If the values are in the range [0.0, 1.0], they are interpreted as a fraction of the size of the display, where the size of the whole desktop is 1,1. If the values are greater than 1.0 they are interpreted as pixels and the maximum value depends on the display resolution.

Cluster mode only, not used in MultiPipe mode. For MultiPipe mode, see SoBaseScreen.size.

See Also