Click or drag to resize
DigitalRuneGraphicsManagerPresent Method

Note: This API is now obsolete.

Presents the current back buffer target into the specified presentation target. (Windows Forms only!)

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[ObsoleteAttribute("Method will be removed in future release. Call Render(IPresentationTarget, IList<GraphicsScreen>) instead.")]
public bool Present(
	IPresentationTarget presentationTarget
)

Parameters

presentationTarget
Type: DigitalRune.Graphics.InteropIPresentationTarget
The presentation target.

Return Value

Type: Boolean
if the back buffer was presented successfully; if the operation was skipped because the presentation target is currently not visible or invalid.
Exceptions
ExceptionCondition
ArgumentNullExceptionpresentationTarget is .
See Also