Texture.Update Method

SFML.Net

TextureUpdate Method
Overload List
  Name Description
Public method Update(Byte)
Update a texture from an array of pixels
Public method Update(Image)
Update a texture from an image
Public method Update(RenderWindow)
Update a texture from the contents of a render-window
Public method Update(Window)
Update a texture from the contents of a window
Public method Update(Image, UInt32, UInt32)
Update a texture from an image
Public method Update(RenderWindow, UInt32, UInt32)
Update a texture from the contents of a render-window
Public method Update(Window, UInt32, UInt32)
Update a texture from the contents of a window
Public method Update(Byte, UInt32, UInt32, UInt32, UInt32)
Update a texture from an array of pixels
Top
See Also