| GraphicsManager Constructor (GraphicsDevice, ContentManager) |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public GraphicsManager(
GraphicsDevice graphicsDevice,
ContentManager content
)
Public Sub New (
graphicsDevice As GraphicsDevice,
content As ContentManager
)
public:
GraphicsManager(
GraphicsDevice^ graphicsDevice,
ContentManager^ content
)
new :
graphicsDevice : GraphicsDevice *
content : ContentManager -> GraphicsManager
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