Click or drag to resize
DigitalRuneDelegateGraphicsScreenRenderCallback Property
Gets or sets the render callback method.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Action<RenderContext> RenderCallback { get; set; }

Property Value

Type: ActionRenderContext
The render callback method. (Can be .)
Remarks
This method is called by the DelegateGraphicsScreen when OnRender(RenderContext) is called.
See Also