Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This class is available only when developing for Windows.
Provides methods for accessing a mipmap chain.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
public sealed class MipmapChain : Collection<BitmapContent>
Remarks
A mipmap chain consists of one or more individual 2D bitmaps, holding scaled versions of the same underlying image. For example, if the first entry was sized 256×128, the second would be 128×64, and the third 64×32.
See Also
Reference
MipmapChain Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP