TextureLoader.FromFile Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a texture from a file.
Overload List
Name | Description | |
---|---|---|
FromFile(Device, String) | Creates a texture from a file. | |
FromFile(Device, String, Int32, Int32, Int32, Usage, Format, Pool, Filter, Filter, Int32) | Creates a texture with the specified properties from a file. | |
FromFile(Device, String, Int32, Int32, Int32, Usage, Format, Pool, Filter, Filter, Int32, array<PaletteEntry[]%) | Creates a texture with the specified properties, including the color palette, from a file. |
Top