Click or drag to resize
DigitalRuneGraphicsManager Methods

The GraphicsManager type exposes the following members.

Methods
  NameDescription
Protected methodCreateRenderContext
Creates a new render context.
Public methodDispose
Releases all resources used by an instance of the GraphicsManager class.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by an instance of the GraphicsManager class and optionally releases the managed resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPresent Obsolete.
Presents the current back buffer target into the specified presentation target. (Windows Forms only!)
Public methodRender(Boolean)
Renders the graphics screens to the back buffer.
Public methodRender(IPresentationTarget)
Renders the registered graphics screens into the given presentation target.
Public methodRender(IPresentationTarget, IListGraphicsScreen)
Renders the specified graphics screens into the given presentation target.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates the graphics service and the registered graphics screens.
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyFilter
Gets a default CopyFilter that can be used to copy a texture into a render target.
(Defined by PostProcessHelper.)
Public Extension MethodGetDefaultNormalTexture
Gets a 1x1 normal map. The normal vector is (0, 0, 1).
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTexture2DBlack
Gets a black 2D texture with 1x1 pixels.
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTexture2DWhite
Gets a white 2D texture with 1x1 pixels.
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTexture3DBlack
Gets a black 3D texture with 1x1 pixels.
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTexture3DWhite
Gets a white 3D texture with 1x1 pixels.
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTextureCubeBlack
Gets a cubemap texture where each face consists of 1 black pixel.
(Defined by TextureHelper.)
Public Extension MethodGetDefaultTextureCubeWhite
Gets a cubemap texture where each face consists of 1 white pixel.
(Defined by TextureHelper.)
Public Extension MethodGetDownsampleFilter
Gets a default DownsampleFilter that can be used to downsample an image into a low-resolution render target.
(Defined by PostProcessHelper.)
Public Extension MethodGetNormalsFittingTexture
Gets the normals fitting texture for calculating "best fit" normals.
(Defined by TextureHelper.)
Public Extension MethodGetSpriteBatch
Gets a shared SpriteBatch instance.
(Defined by GraphicsHelper.)
Top
See Also