Click or drag to resize
DigitalRuneElementPresentationTargetIPresentationTargetBeginRender Method
Called by the GraphicsManager before rendering into the presentation target.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool IPresentationTarget.BeginRender(
	RenderContext context
)

Parameters

context
Type: DigitalRune.GraphicsRenderContext
The render context.

Return Value

Type: Boolean
if successful; otherwise, if the presentation target is not available.

Implements

IPresentationTargetBeginRender(RenderContext)
Remarks
If this method returns , no graphics screen are rendered into the presentation target.
See Also