[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(VVVV.PluginInterfaces.V1.IDXLayerIO,SlimDX.Direct3D9.Device)"]

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

Syntax

C#
public void Render(
	IDXLayerIO ForPin,
	Device DXDevice
)

Parameters

ForPin
Type: VVVV.PluginInterfaces.V1..::..IDXLayerIO

[Missing <param name="ForPin"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(VVVV.PluginInterfaces.V1.IDXLayerIO,SlimDX.Direct3D9.Device)"]

DXDevice
Type: Device

[Missing <param name="DXDevice"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(VVVV.PluginInterfaces.V1.IDXLayerIO,SlimDX.Direct3D9.Device)"]

Implements

IPluginDXLayer..::..Render(IDXLayerIO, Device)

See Also