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 viewer control.

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

Syntax

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

Parameters

viewer

Type: Aurigma.GraphicsMill.WinControls.ViewerBase

A viewer to connect to.

See Also

Reference