Click or drag to resize
DigitalRuneGraphicsScreenCollectionItem Property (String)
Gets the GraphicsScreen with the specified name.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public GraphicsScreen this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: GraphicsScreen
The graphics screen with the given name, or if no matching graphics screen is found.
See Also