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.
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 | |
---|---|---|
![]() |
Copy | (Inherited from BitmapContent.) |
![]() |
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.) |
![]() |
ReferenceEquals | (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. |
![]() |
ValidateCopyArguments | (Inherited from BitmapContent.) |
See Also
Reference
PixelBitmapContent Generic Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace