BitMiracle.LibJpeg.Classic.Internal.my_destination_mgr.my_destination_mgr C# (CSharp) Method

my_destination_mgr() public method

public my_destination_mgr ( jpeg_compress_struct cinfo, Stream alreadyOpenFile ) : System
cinfo jpeg_compress_struct
alreadyOpenFile Stream
return System
        public my_destination_mgr(jpeg_compress_struct cinfo, Stream alreadyOpenFile)
        {
            m_cinfo = cinfo;
            m_outfile = alreadyOpenFile;
        }