单文档同时打开两幅图像出现问题,请教大虾
大家好,我现在还在为之前的在单文档里打开两幅图像,从而对两幅图像同时进行操作。//获得载图图像指针
CImageProcessingDoc * pDoc3 = (CImageProcessingDoc *)this->GetDocument();
CDib * pDib3 = pDoc3->m_pDibInit;
//获得原图像指针
CImageProcessingDoc * pDoc1= (CImageProcessingDoc *)this->GetDocument();
CDib * pDib1 = pDoc1->m_pDibInit;
我之前是这样做,后来发现单文档是不可以这样取图像的,谁知道可以告诉我怎么做?