BitmapContent Members
The following tables list the members exposed by the BitmapContent type.
Public Constructors
Name | Description | |
---|---|---|
BitmapContent | Overloaded. Initializes a new instance of BitmapContent. |
Public Properties
Name | Description | |
---|---|---|
Height | Gets or sets the height of the bitmap, in pixels. | |
Identity | (Inherited from ContentItem.) | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) | |
Width | Gets or sets the width of the bitmap, in pixels. |
Public Methods
Name | Description | |
---|---|---|
Copy | Overloaded. Copies one bitmap to another. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPixelData | Reads encoded bitmap content. | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
SetPixelData | Writes encoded bitmap content. | |
ToString | Returns a string description of the bitmap resource. | |
TryGetFormat | Gets the corresponding GPU texture format for the specified bitmap type. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
TryCopyFrom | Attempts to copy a region from a specified bitmap. | |
TryCopyTo | Attempts to copy a region of the specified bitmap onto another. | |
ValidateCopyArguments | Validates the arguments to the Copy function. |
See Also
Reference
BitmapContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace