Click or drag to resize
DigitalRuneGraphicsManager Constructor (GraphicsDevice, ContentManager)
Initializes a new instance of the GraphicsManager class.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public GraphicsManager(
	GraphicsDevice graphicsDevice,
	ContentManager content
)

Parameters

graphicsDevice
Type: GraphicsDevice
The graphics device.
content
Type: ContentManager
The content manager that can be used to load predefined DigitalRune Graphics content (e.g. post-processing effects, lookup textures, etc.).
See Also