BitMiracle.LibTiff.Classic.TiffCodec.TiffCodec C# (CSharp) Метод

TiffCodec() публичный Метод

Initializes a new instance of the TiffCodec class.
public TiffCodec ( Tiff tif, Compression scheme, string name )
tif Tiff An instance of class.
scheme Compression The compression scheme for the codec.
name string The name of the codec.
        public TiffCodec(Tiff tif, Compression scheme, string name)
        {
            m_scheme = scheme;
            m_tif = tif;
            m_name = name;
        }