PixelBitmapContent Members
The following tables list the members exposed by the PixelBitmapContent type.
Public Constructors
Name | Description | |
---|---|---|
PixelBitmapContent | Overloaded. Initializes a new instance of PixelBitmapContent. |
Public Properties
Name | Description | |
---|---|---|
Height | (Inherited from BitmapContent.) | |
Identity | (Inherited from ContentItem.) | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) | |
Width | (Inherited from BitmapContent.) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPixel | Gets the pixel value at the specified location in the bitmap. | |
GetPixelData | Gets the bitmap content as an array of encoded bytes. | |
GetRow | Gets an array containing a single row of bitmap data. | |
GetType | (Inherited from Object.) | |
ReplaceColor | Searches for all pixels matching the specified color and replaces them with a new value. | |
SetPixel | Sets the pixel value at the specified location in the bitmap. | |
SetPixelData | Sets the bitmap content using the specified encoded byte array. | |
ToString | Gets a string description of the bitmap. | |
TryGetFormat | Gets the GPU texture format that corresponds to the specified bitmap type. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
TryCopyFrom | Attempts to copy a region from the specified bitmap. | |
TryCopyTo | Attempts to copy a region to the specified bitmap. |
See Also
Reference
PixelBitmapContent Generic Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace