IPresentationTarget Interface |
Namespace: DigitalRune.Graphics.Interop
The IPresentationTarget type exposes the following members.
Name | Description | |
---|---|---|
BeginRender |
Called by the GraphicsManager before rendering into the presentation target.
| |
EndRender |
Called by the GraphicsManager after rendering into the presentation target.
|
Name | Description | |
---|---|---|
GraphicsService |
Gets or sets the graphics service.
| |
Handle | Obsolete.
Gets the window handle (HWND).
| |
Height |
Gets the height of the presentation target in pixels.
| |
IsVisible |
Gets or sets a value indicating whether the presentation target is displayed.
| |
Width |
Gets the width of the presentation target in pixels.
|