SoWinViewerGetSize Method |
Returns the size of the OpenGL drawing window in absolute screen coordinates (not relative to parent window) of the native window system (typically Y increasing downward).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SbVec2s GetSize()
Public Overridable Function GetSize As SbVec2s
public:
virtual SbVec2s GetSize()
abstract GetSize : unit -> SbVec2s
override GetSize : unit -> SbVec2s
Return Value
Type:
SbVec2sImplements
SoStereoViewerGetSizeRemarks See Also