![]() | |
DXViewPresentation |
public enum PresentationTypes
Member name | Value | Description |
---|---|---|
DirectXImage | 0 | 3D scene is rendered with DirectX 11 and than "sent" as shared resource to WPF rendering engine (to D3DImage) that combines the 3D scene with other WPF objects. DirectXImage allows WPF objects to be drawn on top of DXView. |
DirectXOverlay | 1 | 3D scene is rendered with DirectX 11 and shown on top of any WPF objects with using HwndHost. DirectXOverlay has the best performance but do not allow WPF objects to be drawn on top of DXView. |