[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.INodeBrowserHost.CreateNode(VVVV.PluginInterfaces.V2.INodeInfo,System.Drawing.Point)"]

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

Syntax

C#
int CreateNode(
	INodeInfo nodeInfo,
	Point point
)

Parameters

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo

[Missing <param name="nodeInfo"/> documentation for "M:VVVV.PluginInterfaces.V2.INodeBrowserHost.CreateNode(VVVV.PluginInterfaces.V2.INodeInfo,System.Drawing.Point)"]

point
Type: System.Drawing..::..Point

[Missing <param name="point"/> documentation for "M:VVVV.PluginInterfaces.V2.INodeBrowserHost.CreateNode(VVVV.PluginInterfaces.V2.INodeInfo,System.Drawing.Point)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.INodeBrowserHost.CreateNode(VVVV.PluginInterfaces.V2.INodeInfo,System.Drawing.Point)"]

See Also