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