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
Public methodStatic memberSupported by the .NET Compact Framework FromFile(Device, String) Creates a texture from a file.
Public methodStatic memberSupported by the .NET Compact Framework FromFile(Device, String, Int32, Int32, Int32, Usage, Format, Pool, Filter, Filter, Int32) Creates a texture with the specified properties from a file.
Public methodStatic memberSupported by the .NET Compact Framework 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

See Also

Reference

TextureLoader Class

TextureLoader Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace