Type of Image used for Xna-Textures. Provides methods for loading and displaying that are
native to Xna and not useful for other frameworks.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content Image
DeltaEngine.Graphics.Xna XnaImage
Namespace: DeltaEngine.Graphics.Xna
Assembly: DeltaEngine.Graphics.Xna (in DeltaEngine.Graphics.Xna.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XnaImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XnaImage(String, XnaDevice) | Initializes a new instance of the XnaImage class | |
XnaImage(XnaDevice, Texture2D) | Initializes a new instance of the XnaImage class |
Methods
Name | Description | |
---|---|---|
CompareActualSizeMetadataSize | (Inherited from Image.) | |
CreateDefault | (Inherited from Image.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
Fill(Color) | (Inherited from Image.) | |
Fill( Color ) | (Inherited from Image.) | |
FillRgbaData | (Overrides Image FillRgbaData( Byte ).) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Inherited from Image.) | |
LoadImage | (Inherited from Image.) | |
SetSamplerState | (Overrides Image SetSamplerState .) | |
SetSamplerStateAndTryToLoadImage | (Overrides Image SetSamplerStateAndTryToLoadImage(Stream).) | |
ToString | (Inherited from ContentData.) | |
TryLoadImage | (Overrides Image TryLoadImage(Stream).) | |
WarnAboutWrongAlphaFormat | (Inherited from Image.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from Image.) | |
AllowTiling | (Inherited from Image.) | |
AtlasImage | (Inherited from Image.) | |
BlendMode | (Inherited from Image.) | |
DisableLinearFiltering | (Inherited from Image.) | |
HasAlpha | (Inherited from Image.) | |
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) | |
NativeTexture | ||
PixelSize | (Inherited from Image.) | |
RenderingCalculator | (Inherited from Image.) | |
UseMipmaps | (Inherited from Image.) |
See Also