Provides types that enable interoperability between the XNA Framework and Windows Forms and the Windows Presentation Foundation (WPF).
Classes
| Class | Description | |
|---|---|---|
| D3DImagePresentationTarget |
A WPF control that implements IPresentationTarget to host a 3D view.
(Only available in MonoGame-compatible builds.)
| |
| ElementPresentationTarget |
A WPF control that implements IPresentationTarget to host a 3D view.
| |
| FormsPresentationTarget |
A Windows Forms control that implements IPresentationTarget to host a 3D view.
| |
| PresentationTargetCollection |
Manages a collection of IPresentationTargets.
| |
| WpfEnvironment |
Provides an execution environment for a WPF application in a Windows Forms application.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IPresentationTarget |
Provides a window handle (HWND) which can be used to present a 3D scene.
|