'Declaration Public Function New( _
ByVal streamThe stream.As System.IO.Stream _
)
public ImageData(
System.IO.Stream stream
)
public: ImageData(
System.IO.Stream* stream
)
public:
ImageData(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream.