Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content Image
DeltaEngine.Tests.Content FakeImage
Namespace: DeltaEngine.Tests.Content
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The FakeImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FakeImage(String) | Initializes a new instance of the FakeImage class | |
FakeImage(ImageCreationData) | Initializes a new instance of the FakeImage 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.) | |
PixelSize | (Inherited from Image.) | |
RenderingCalculator | (Inherited from Image.) | |
UseMipmaps | (Inherited from Image.) |
See Also