Click or drag to resize
DigitalRuneIPresentationTarget Interface
Provides a window handle (HWND) which can be used to present a 3D scene.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public interface IPresentationTarget

The IPresentationTarget type exposes the following members.

Methods
  NameDescription
Public methodBeginRender
Called by the GraphicsManager before rendering into the presentation target.
Public methodEndRender
Called by the GraphicsManager after rendering into the presentation target.
Top
Properties
  NameDescription
Public propertyGraphicsService
Gets or sets the graphics service.
Public propertyHandle Obsolete.
Gets the window handle (HWND).
Public propertyHeight
Gets the height of the presentation target in pixels.
Public propertyIsVisible
Gets or sets a value indicating whether the presentation target is displayed.
Public propertyWidth
Gets the width of the presentation target in pixels.
Top
See Also