SlimDX image.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content Image
DeltaEngine.Graphics.SlimDX SlimDXImage
Namespace: DeltaEngine.Graphics.SlimDX
Assembly: DeltaEngine.Graphics.SlimDX (in DeltaEngine.Graphics.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SlimDXImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SlimDXImage | Initializes a new instance of the SlimDXImage 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).) |
![]() | SetTextureAndSamplerState | |
![]() | 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