XNA Game Studio 3.1
BitmapContent Class
Bb195123.note(en-us,XNAGameStudio.31).gifNote
This class is available only when developing for Windows.
Provides properties and methods for creating and maintaining a bitmap resource.

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

Syntax

C#
public abstract class BitmapContent : ContentItem
Remarks

The BitmapContent class represents a single two-dimensional image with a fixed size and fixed format. Various pixel encodings are supported by subclasses of the bitmap type. Higher level constructs such as textures that may contain multiple mipmap images or cube map faces are stored as collections of multiple bitmaps.

See Also

Reference

Platforms

Windows XP SP2, Windows Vista
Tags :


Page view tracker