Informs the editor to move to the line number lineNumber. The line number to move to.The column number to move to.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void MoveTo(
	int lineNumber,
	int column
)

Parameters

lineNumber
Type: System..::..Int32

[Missing <param name="lineNumber"/> documentation for "M:VVVV.PluginInterfaces.V2.IEditor.MoveTo(System.Int32,System.Int32)"]

column
Type: System..::..Int32

[Missing <param name="column"/> documentation for "M:VVVV.PluginInterfaces.V2.IEditor.MoveTo(System.Int32,System.Int32)"]

See Also