SoWinRenderAreaScheduleRedraw Method |
Schedules a redraw to happen sometime soon (as opposed to immediately).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ScheduleRedraw()
Public Sub ScheduleRedraw
public:
void ScheduleRedraw()
member ScheduleRedraw : unit -> unit
Remarks This can be used to compress multiple redraws.
See Also