RenderWindow.Capture Method

SFML.Net

RenderWindowCapture Method
Capture the current contents of the window into 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 Capture()
Public Function Capture As Image
public:
Image^ Capture()
member Capture : unit -> Image 

Return Value

Type: Image

[Missing <returns> documentation for "M:SFML.Graphics.RenderWindow.Capture"]

See Also