Click or drag to resize

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)
Since: 6.0
Syntax
public void EnableNoRedrawOnExit(
	bool noRedraw
)

Parameters

noRedraw
Type: SystemBoolean

[Missing <param name="noRedraw"/> documentation for "M:Rhino.Input.Custom.GetPoint.EnableNoRedrawOnExit(System.Boolean)"]

See Also