'Declaration Public Function New( _
ByVal streamThe stream, which stores raw data of image source.As System.IO.Stream _
)
public VmsDecoder(
System.IO.Stream stream
)
public: VmsDecoder(
System.IO.Stream* stream
)
public:
VmsDecoder(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream, which stores raw data of image source.