Image Constructor (Stream)

SFML.Net

Image Constructor (Stream)
Construct the image from a file in a stream

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

Parameters

stream
Type: System.IOStream
Stream containing the file contents
Exceptions
ExceptionCondition
LoadingFailedException
See Also