FromStream(Stream) Method
In This Topic
Creates an
Image from the specified data stream.
Syntax
'Declaration
Public Overloads Shared Function FromStream( _
ByVal As Stream _
) As Image
public static Image FromStream(
Stream
)
Parameters
- stream
See Also