| IPresentationTargetBeginRender Method |
Called by the
GraphicsManager before rendering into the presentation target.
Namespace: DigitalRune.Graphics.InteropAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax bool BeginRender(
RenderContext context
)
Function BeginRender (
context As RenderContext
) As Boolean
bool BeginRender(
RenderContext^ context
)
abstract BeginRender :
context : RenderContext -> bool
Parameters
- context
- Type: DigitalRune.GraphicsRenderContext
The render context.
Return Value
Type:
Boolean if successful; otherwise,
if the presentation
target is not available.
Remarks
If this method returns , no graphics screen are rendered into the
presentation target.
See Also