Texture.CopyToImage Method

SFML.Net

TextureCopyToImage Method
Copy a texture's pixels to an image

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Image CopyToImage()
Public Function CopyToImage As Image
public:
Image^ CopyToImage()
member CopyToImage : unit -> Image 

Return Value

Type: Image
Image containing the texture's pixels
See Also