Click to Rate and Give Feedback
XNA Game Studio 2.0
PixelBitmapContent Generic Class
Provides methods for maintaining a 2D array of pixel values.

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

C#
public class PixelBitmapContent<T> : BitmapContent where T : ValueType, IEquatable

Pixel bitmaps are represented as a 2D array of independent pixel values. The pixel type will often be from the Graphics.PackedVector namespace, but can also be System.Single, Vector2, Vector3, or Vector4. A pixel bitmap of Vector4 values is commonly used as an intermediate format for image manipulation operations.

Windows XP SP2, Windows Vista

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker