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)

public Image CopyToImage()
Public Function CopyToImage As Image
public: Image^ CopyToImage()
member CopyToImage : unit -> Image
Return Value
Type: ImageImage containing the texture's pixels
