Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GDI+ cause the application freeze Pin
Stuart Dootson2-Mar-09 22:32
professionalStuart Dootson2-Mar-09 22:32 
GeneralRe: GDI+ cause the application freeze Pin
Tal Rasha's Guardianship3-Mar-09 5:46
Tal Rasha's Guardianship3-Mar-09 5:46 
GeneralRe: GDI+ cause the application freeze Pin
Stuart Dootson3-Mar-09 6:22
professionalStuart Dootson3-Mar-09 6:22 
GeneralRe: GDI+ cause the application freeze Pin
Tal Rasha's Guardianship4-Mar-09 15:35
Tal Rasha's Guardianship4-Mar-09 15:35 
GeneralRe: GDI+ cause the application freeze Pin
Stuart Dootson4-Mar-09 21:48
professionalStuart Dootson4-Mar-09 21:48 
GeneralRe: GDI+ cause the application freeze Pin
Tal Rasha's Guardianship4-Mar-09 23:27
Tal Rasha's Guardianship4-Mar-09 23:27 
GeneralRe: GDI+ cause the application freeze Pin
Tal Rasha's Guardianship5-Sep-09 22:30
Tal Rasha's Guardianship5-Sep-09 22:30 
Question救命!!!!!! [modified] Pin
yangaqi2-Mar-09 20:16
yangaqi2-Mar-09 20:16 
大家好!我在处理从虚拟打印出来的EMF文件时,如果是打印的word。(打印其他文件没问题)在我旋转EMF文件时,图片会消失,图片上如果有表格的话,表格不会消失,文字绝对消失!!!!我旋转是用Matrix来实现的
这到底时什么原因啊!高手来说说,谢谢

================================================================
sorry ! my english is poor! Sigh | :sigh:

virtual Printer print the EMF file ,if this file print from the word ,when i rotating the emf file ,the pictrue will disappear!

my code Like this
.........
Matrix mtx;
mtx.RotateAt(m_nRotateAnle,PointF((minX+maxX)/2,(minY+maxY)/2),MatrixOrderAppend);
graphics->SetTransform(&mtx);
.....
graphics->DrawImage(m_pImage,rect,0,0,(float)m_pImage->GetWidth(),(float)m_pImage->GetHeight(),UnitPixel);
........


Why is it part of the disappearance when i rotating it, I do not know

modified on Tuesday, March 3, 2009 3:08 AM

AnswerRe: 救命!!!!!! Pin
Cedric Moonen2-Mar-09 20:28
Cedric Moonen2-Mar-09 20:28 
AnswerRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 20:34
Hamid_RT2-Mar-09 20:34 
GeneralRe: 救命!!!!!! Pin
Eytukan2-Mar-09 20:58
Eytukan2-Mar-09 20:58 
GeneralRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 22:52
Hamid_RT2-Mar-09 22:52 
GeneralRe: 救命!!!!!! Pin
Eytukan3-Mar-09 0:25
Eytukan3-Mar-09 0:25 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 21:01
yangaqi2-Mar-09 21:01 
GeneralRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 22:38
Hamid_RT2-Mar-09 22:38 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 23:22
yangaqi2-Mar-09 23:22 
GeneralRe: 救命!!!!!! Pin
CPallini2-Mar-09 21:31
mveCPallini2-Mar-09 21:31 
GeneralRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 22:47
Hamid_RT2-Mar-09 22:47 
AnswerRe: 救命!!!!!! Pin
Tal Rasha's Guardianship2-Mar-09 22:16
Tal Rasha's Guardianship2-Mar-09 22:16 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 23:09
yangaqi2-Mar-09 23:09 
Questiondomodal -- Another crash Pin
ERLN2-Mar-09 19:19
ERLN2-Mar-09 19:19 
AnswerRe: domodal -- Another crash Pin
Hamid_RT2-Mar-09 19:44
Hamid_RT2-Mar-09 19:44 
GeneralRe: domodal -- Another crash Pin
ERLN2-Mar-09 21:45
ERLN2-Mar-09 21:45 
Questiondomodal crashing -- solution please. Pin
ERLN2-Mar-09 19:15
ERLN2-Mar-09 19:15 
QuestionHow to convert CString to char[] in MFC?(Very Urgent............) Pin
AnithaSubramani2-Mar-09 18:30
AnithaSubramani2-Mar-09 18:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.