Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGDI+ concern??????? Pin
TooShy2Talk8-Sep-08 19:32
TooShy2Talk8-Sep-08 19:32 
AnswerRe: GDI+ concern??????? Pin
CPallini8-Sep-08 19:55
mveCPallini8-Sep-08 19:55 
QuestionRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 20:15
TooShy2Talk8-Sep-08 20:15 
AnswerRe: GDI+ concern??????? Pin
SandipG 8-Sep-08 20:37
SandipG 8-Sep-08 20:37 
GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 20:36
TooShy2Talk8-Sep-08 20:36 
QuestionRe: GDI+ concern??????? [modified] Pin
CPallini8-Sep-08 20:54
mveCPallini8-Sep-08 20:54 
AnswerRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 21:25
TooShy2Talk8-Sep-08 21:25 
GeneralRe: GDI+ concern??????? Pin
SandipG 8-Sep-08 21:36
SandipG 8-Sep-08 21:36 
TooShy2Talk wrote:
CImage bmpTemp;


I dont know if CImage is derived from Image.

But you can use

Image *bmpTemp =  new Image(iWidth,iHeight);

Did you try this??
I don't know why are you facing so much trouble in this
Previously you were using hDC directly to draw your bitmaps on.
Now you just have to replace this hDC with temporary bitmap..
and once you finish all your operations do following

Graphics gr(hDC);
gr.RotateTransform(..);
gr.DrawImage(bmpTemp);


Is it clear?

Regards,
Sandip.

GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:10
TooShy2Talk8-Sep-08 22:10 
GeneralRe: GDI+ concern??????? [modified] Pin
SandipG 8-Sep-08 22:33
SandipG 8-Sep-08 22:33 
GeneralRe: GDI+ concern??????? Pin
CPallini8-Sep-08 22:46
mveCPallini8-Sep-08 22:46 
GeneralRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:58
TooShy2Talk8-Sep-08 22:58 
GeneralRe: GDI+ concern??????? Pin
CPallini8-Sep-08 23:04
mveCPallini8-Sep-08 23:04 
AnswerRe: GDI+ concern??????? Pin
TooShy2Talk8-Sep-08 22:16
TooShy2Talk8-Sep-08 22:16 
QuestionSetup package creation Pin
AnithaSubramani8-Sep-08 19:23
AnithaSubramani8-Sep-08 19:23 
AnswerRe: Setup package creation Pin
SandipG 8-Sep-08 21:25
SandipG 8-Sep-08 21:25 
QuestionVisual Studio ADO debugging Pin
mjackson118-Sep-08 19:01
mjackson118-Sep-08 19:01 
QuestionProblem in .exe copy Pin
vcprog8-Sep-08 18:55
vcprog8-Sep-08 18:55 
AnswerRe: Problem in .exe copy Pin
vcprog8-Sep-08 19:41
vcprog8-Sep-08 19:41 
QuestionRe: Problem in .exe copy Pin
CPallini8-Sep-08 19:47
mveCPallini8-Sep-08 19:47 
AnswerRe: Problem in .exe copy Pin
vcprog8-Sep-08 19:55
vcprog8-Sep-08 19:55 
QuestionRe: Problem in .exe copy Pin
CPallini8-Sep-08 19:57
mveCPallini8-Sep-08 19:57 
AnswerRe: Problem in .exe copy Pin
vcprog8-Sep-08 20:37
vcprog8-Sep-08 20:37 
GeneralRe: Problem in .exe copy Pin
CPallini8-Sep-08 20:56
mveCPallini8-Sep-08 20:56 
GeneralRe: Problem in .exe copy Pin
vcprog8-Sep-08 21:14
vcprog8-Sep-08 21:14 

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.