Click or drag to resize
AB4D logo

IWpfObjectNode Interface

IWpfObjectNode is used on classes that derive from SceneNode class and are created to represent a WPF object as SceneNode.

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

The IWpfObjectNode type exposes the following members.

Methods
 NameDescription
Public methodIsMyWpfObject IsMyWpfObject returns true is this SceneNode was created from the specified originalWpfObject.
Top
See Also