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