Click or drag to resize
DigitalRuneDigitalRune.Graphics.Interop Namespace
The DigitalRune.Graphics.Interop namespace provides types that enable interoperability between the XNA Framework, MonoGame, Windows Forms, and the Windows Presentation Foundation (WPF).
Classes
  ClassDescription
Public classD3DImagePresentationTarget
A WPF control that implements IPresentationTarget to host a 3D view. (Only available in MonoGame-compatible builds.)
Public classCode exampleElementPresentationTarget
A WPF control that implements IPresentationTarget to host a 3D view.
Public classFormsPresentationTarget
A Windows Forms control that implements IPresentationTarget to host a 3D view.
Public classPresentationTargetCollection
Manages a collection of IPresentationTargets.
Public classSwapChainPresentationTarget
Represents a UWP SwapChainPanel control that implements IPresentationTarget to host a 3D view. (Only available on the Universal Windows Platform.)
Public classWpfEnvironment
Provides an execution environment for a WPF application in a Windows Forms application.
Interfaces
  InterfaceDescription
Public interfaceIPresentationTarget
Provides a window handle (HWND) which can be used to present a 3D scene.