SoTileComposertileSize Property |
This field specifies the size of the rectangular part of the view volume to be rendered on this screen.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec2f tileSize { get; }
Public ReadOnly Property tileSize As SoSFVec2f
Get
public:
property SoSFVec2f^ tileSize {
SoSFVec2f^ get ();
}
member tileSize : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksThe size can be a value between (0,0) and (1,1).
See Also