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: 2023.1.3.0 (2023.1.3)
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