SoGLFormatSetDoubleBuffersEnabled Method |
Sets the double buffering state of this format.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDoubleBuffersEnabled(
bool enabled
)
Public Sub SetDoubleBuffersEnabled (
enabled As Boolean
)
public:
void SetDoubleBuffersEnabled(
bool enabled
)
member SetDoubleBuffersEnabled :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
Remarks See Also