Texture Constructor (Stream)

SFML.Net

Texture Constructor (Stream)
Construct the texture 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 Texture(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
public:
Texture(
	Stream^ stream
)
new : 
        stream : Stream -> Texture

Parameters

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