XnaImage ClassDelta Engine Documentation
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

System Object
  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

public class XnaImage : Image

The XnaImage type exposes the following members.

Constructors

  NameDescription
Public methodXnaImage(String, XnaDevice)
Initializes a new instance of the XnaImage class
Protected methodXnaImage(XnaDevice, Texture2D)
Initializes a new instance of the XnaImage class
Top
Methods

  NameDescription
Protected methodCompareActualSizeMetadataSize (Inherited from Image.)
Protected methodCreateDefault (Inherited from Image.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides ContentData DisposeData .)
Public methodFill(Color) (Inherited from Image.)
Public methodFill( Color ) (Inherited from Image.)
Public methodFillRgbaData (Overrides Image FillRgbaData( Byte ).)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Inherited from Image.)
Protected methodLoadImage (Inherited from Image.)
Protected methodSetSamplerState (Overrides Image SetSamplerState .)
Protected methodSetSamplerStateAndTryToLoadImage (Overrides Image SetSamplerStateAndTryToLoadImage(Stream).)
Public methodToString (Inherited from ContentData.)
Protected methodTryLoadImage (Overrides Image TryLoadImage(Stream).)
Protected methodWarnAboutWrongAlphaFormat (Inherited from Image.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Image.)
Public propertyAllowTiling (Inherited from Image.)
Public propertyAtlasImage (Inherited from Image.)
Public propertyBlendMode (Inherited from Image.)
Public propertyDisableLinearFiltering (Inherited from Image.)
Protected propertyHasAlpha (Inherited from Image.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyNativeTexture
Public propertyPixelSize (Inherited from Image.)
Public propertyRenderingCalculator (Inherited from Image.)
Public propertyUseMipmaps (Inherited from Image.)
Top
See Also