Click or drag to resize

RenderWindowChannelGPUCopyTo Method

Copy the channel to a 'CPU' channel.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void CopyTo(
	RenderWindowChannel channel
)

Parameters

channel
Type: Rhino.RenderRenderWindowChannel
The channel to copy to.
See Also