BitMiracle.TiffCP.Copier.tagToCopy.tagToCopy C# (CSharp) Method

tagToCopy() public method

public tagToCopy ( TiffTag _tag, short _count, TiffType _type ) : System
_tag TiffTag
_count short
_type TiffType
return System
            public tagToCopy(TiffTag _tag, short _count, TiffType _type)
            {
                tag = _tag;
                count = _count;
                type = _type;
            }
Copier.tagToCopy