BitMiracle.LibJpeg.Classic.Internal.my_destination_mgr.my_destination_mgr C# (CSharp) 메소드

my_destination_mgr() 공개 메소드

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