Returns the requested (node, box or window) bounds.

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

Syntax

C#
Rectangle GetBounds(
	BoundsType boundsType
)

Parameters

boundsType
Type: VVVV.PluginInterfaces.V2..::..BoundsType
The type of bounds to be returned.

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.Graph.INode2.GetBounds(VVVV.PluginInterfaces.V2.BoundsType)"]

See Also