This documentation is for the old version. Go to the latest Graphics Mill docs

UserInputController Class

This class contains the partial implementation for the IUserInputController interface.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public MustInherit Class UserInputController _
	Inherits Component _
	Implements IUserInputController
C#
public abstract class UserInputController : Component, IUserInputController

Remarks

When you create a custom navigator or rubberband, you can inherit your class from this one, and override its protected members. Note, this class is an abstract one, you cannot instantiate it directly.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual