SoWinGLWidgetSetDrawToFrontBufferEnable Method |
Sets drawing to the front buffer.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDrawToFrontBufferEnable(
bool enableFlag
)
Public Sub SetDrawToFrontBufferEnable (
enableFlag As Boolean
)
public:
void SetDrawToFrontBufferEnable(
bool enableFlag
)
member SetDrawToFrontBufferEnable :
enableFlag : bool -> unit
Parameters
- enableFlag
- Type: SystemBoolean
RemarksControls drawing to the front buffer when an obscured portion of the window is exposed. Default: false.
See Also