RhinoCommon API
GetPointEnableNoRedrawOnExit Method |
The default functionality of the getpoint operation is to perform a redraw on exit.
Calling this function with true turns off automatic redraw at the end of GetPoint.
May be needed in some commands for flicker free feedback.
When set to true, the caller is responsible for cleaning up the screen
after GetPoint.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

public void EnableNoRedrawOnExit( bool noRedraw )
Public Sub EnableNoRedrawOnExit ( noRedraw As Boolean )
Parameters
- noRedraw
- Type: SystemBoolean
[Missing <param name="noRedraw"/> documentation for "M:Rhino.Input.Custom.GetPoint.EnableNoRedrawOnExit(System.Boolean)"]

Rhino for Windows
Supported in: 6.14