Click or drag to resize
DigitalRuneRenderContextScreen Property
Gets or sets the GraphicsScreen that is currently being rendered.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public GraphicsScreen Screen { get; set; }

Property Value

Type: GraphicsScreen
The GraphicsScreen.
See Also