Click or drag to resize
AB4D logo

IWpfVisual3DSource Interface

IWpfVisual3DSource is implemented by all 3D objects that can be shown inside DXSceneView in WPF 3D rendering mode.

Namespace:  Ab3d.DirectX.Models
Assembly:  Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 4.0.7447.1045
Syntax
C#
public interface IWpfVisual3DSource

The IWpfVisual3DSource type exposes the following members.

Methods
  NameDescription
Public methodGetWpfVisual3D
Returns a Visual3D that is created from this SceneNode and can be shown when using WPF 3D rendering mode.
Top
See Also