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

C / C++ / MFC

 
Question救命!!!!!! [modified] Pin
yangaqi2-Mar-09 20:16
yangaqi2-Mar-09 20:16 
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 
For your project you can use of GDI+ and use of Image::RotateFlip
using of it is easy:

Image m_image(L"c:\\123.jpg");
Graphics m_gdi(need to a hdc);

m_gdi.DrawImage(&image, 0, 0, m_image.GetWidth(),m_image.GetHeight());
m_image.RotateFlip(Rotate90FlipY);
m_gdi.DrawImage(&image, 120, 10, m_image.GetWidth(),m_image.GetHeight());


but did you see MSDN for "Matrix Representation of Transformations" ?

Of one Essence is the human race
thus has Creation put the base
One Limb impacted is sufficient
For all Others to feel the Mace
(Saadi )

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 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
_AnsHUMAN_ 2-Mar-09 19:04
_AnsHUMAN_ 2-Mar-09 19:04 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Hamid_RT2-Mar-09 19:16
Hamid_RT2-Mar-09 19:16 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 19:59
Eytukan2-Mar-09 19:59 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 20:35
Cedric Moonen2-Mar-09 20:35 
JokeRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
SandipG 2-Mar-09 20:40
SandipG 2-Mar-09 20:40 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 20:52
Cedric Moonen2-Mar-09 20:52 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 20:57
Eytukan2-Mar-09 20:57 

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.