Click or drag to resize
DigitalRuneGraphicsManagerCreateRenderContext Method
Creates a new render context.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected virtual RenderContext CreateRenderContext()

Return Value

Type: RenderContext
The render context.
Remarks
Notes to Inheritors: Derived classes can override this method to return a custom render context. The base implementation returns a new instance of RenderContext.
See Also