ImageTextureMap.FromStream Method
Initializes a new instance of the ImageTextureMap from the specified image data.
Thread safety: This method is not thread-safe.
FromStream(System.IO.Stream stream, ImageFormat format)
Initializes a new instance of the ImageTextureMap from the specified image data.Syntax
public static ImageTextureMap FromStream (
System.IO.Stream stream,
ImageFormat format
)
Parameters
data
Pointer to the first byte of image data.
length
The number of bytes to read.
format
Type: ImageFormat
Specifies which image format the data has.
Specifies which image format the data has.
stream
Type: Byte sequence
The image data.
The image data.
Return Value
Type: ImageTextureMap
A new texture map initialized from the specified data.
A new texture map initialized from the specified data.
Platforms
Windows, Linux, Android