SoGLFormatGetNearest Method |
Returns the supported format which is the nearest available on this system.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoGLFormat GetNearest()
Public Function GetNearest As SoGLFormat
public:
SoGLFormat^ GetNearest()
member GetNearest : unit -> SoGLFormat
Return Value
Type:
SoGLFormat
Remarks
The display must be valid (see the setDisplay() function).
See Also