Overload List

  NameDescription
CreateTexture(Bitmap)
Creates the Texture texture from the Bitmap bitmap.
CreateTexture(String)
Creates new Texture texture from the file.
CreateTexture(IXResourceLocation)
Creates new Texture texture from the resource resource.
CreateTexture(Bitmap, Boolean)
Creates the Texture texture from the Bitmap bitmap.
CreateTexture(Int32, Int32)
Creates the Texture texture of the given size.
CreateTexture(String, Color)
Creates new Texture texture from the file.
CreateTexture(Type, String)
Creates the Texture texture.
CreateTexture(IXResourceLocation, Color)
Creates new Texture texture from the resource resource.
CreateTexture(Bitmap, Boolean, Boolean)
Creates the Texture texture from the Bitmap bitmap.
CreateTexture(Int32, Int32, Usage)
Creates the Texture texture of the given size and usage.
CreateTexture(String, Color, Boolean)
Creates new Texture texture from the file.
CreateTexture(Type, String, Color)
Creates the Texture texture.
CreateTexture(IXResourceLocation, Color, Boolean)
Creates new Texture texture from the resource resource.
CreateTexture(Type, String, Color, Boolean)
Creates the Texture texture.

See Also