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)

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

Exception | Condition |
---|---|
LoadingFailedException |
