SoWinRenderAreaScheduleOverlayRedraw Method |
Note: This API is now obsolete.
Schedules a redraw of the overlay planes to happen sometime soon (as opposed to immediately).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void ScheduleOverlayRedraw()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub ScheduleOverlayRedraw
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void ScheduleOverlayRedraw()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ScheduleOverlayRedraw : unit -> unit
RemarksThis can be used to compress multiple redraws.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also