Image Constructor (Image)

SFML.Net

Image Constructor (Image)
Construct the image from another image

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Image(
	Image copy
)
Public Sub New ( 
	copy As Image
)
public:
Image(
	Image^ copy
)
new : 
        copy : Image -> Image

Parameters

copy
Type: SFML.GraphicsImage
Image to copy
See Also