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

IUserInputController.Connect Method

Connects this user input controller (navigator or rubberband) to the BaseViewer control.

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

Syntax

Visual Basic
Sub Connect ( _
	viewer As BaseViewer _
)
C#
void Connect(
	BaseViewer viewer
)

Parameters

viewer

Type: Aurigma.GraphicsMill.AjaxControls.BaseViewer

The BaseViewer to connect to.

See Also

Reference