D3DHost Class | |
public class D3DHost : HwndHost
The D3DHost type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientWindowSize | Gets the Size2 (width and heigh as int) of the created window. | |
| IsInitiallyPainted | Gets a boolean that specifies if the created window is initially painted |
| Name | Description | |
|---|---|---|
| HandleCreated | Called when Window handle is created automatically inside BuildWindowCore - when Window handle is created manually with calling CreateWindow method, this event is not called. | |
| Painting | Called when WM_PAINT message is passed to D3DHost WndProc | |
| SizeChanging | Called when WM_SIZE message is passed to D3DHost WndProc |
| Name | Description | |
|---|---|---|
| RenderAsManyFramesAsPossible | Gets or sets a static Boolean that specifies if rendering is not bound to WPF's frame rate but is rendering as many frames as possible (when set to true). |