Click or drag to resize
AB4D logo

DXView(DXView, Boolean) Constructor

Constructor of a child DXView that will render DXScene defined in the masterDXView.

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public DXView(
	DXView masterDXView,
	bool useMasterRenderingSteps
)

Parameters

masterDXView  DXView
DXView that defined the DXScene that will be rendered to this DXView
useMasterRenderingSteps  Boolean
when true then the DXScene.RenderingSteps from the master DXScene are used. In this case the RenderingStep in the DXScene created by this DXView are not set. When false, the this DXScene creates its own RenderingSteps that can be customized for this DXView.
See Also