Namespace: Microsoft.Xna.Framework.Content.Pipeline.GraphicsAssembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
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