SFML.Net
TextureUpdate Method (Image, UInt32, UInt32) |
Update a texture from an image
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public void Update( Image image, uint x, uint y )
Public Sub Update ( image As Image, x As UInteger, y As UInteger )
public: void Update( Image^ image, unsigned int x, unsigned int y )
member Update : image : Image * x : uint32 * y : uint32 -> unit
Parameters
- image
- Type: SFML.GraphicsImage
Image to copy to the texture - x
- Type: SystemUInt32
X offset in the texture where to copy the source pixels - y
- Type: SystemUInt32
Y offset in the texture where to copy the source pixels
