public void CopyTo(TAG2Image img) { img.ImageData = ImageData; img.ImgDescription = ImgDescription; img.ImgMime = ImgMime; img.ImgType = ImgType; }
public TAG2Frame() { _frameImage = new TAG2Image(); }