Click here to Skip to main content
15,891,905 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: how do i divide a line segment into set of vertices Pin
RichardM128-Oct-09 8:40
RichardM128-Oct-09 8:40 
QuestionCan GDI+ do this? Pin
transoft30-Jul-09 9:31
transoft30-Jul-09 9:31 
AnswerRe: Can GDI+ do this? Pin
Tim Craig31-Jul-09 18:30
Tim Craig31-Jul-09 18:30 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 4:06
transoft2-Aug-09 4:06 
AnswerRe: Can GDI+ do this? Pin
Luc Pattyn31-Jul-09 18:53
sitebuilderLuc Pattyn31-Jul-09 18:53 
GeneralRe: Can GDI+ do this? Pin
transoft1-Aug-09 2:15
transoft1-Aug-09 2:15 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn1-Aug-09 6:54
sitebuilderLuc Pattyn1-Aug-09 6:54 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 4:03
transoft2-Aug-09 4:03 
I did not find following function call for the Bitmap class.

Bitmap.CreateGraphics


I tried following:

Graphics g(hdc);
Image i(L"HelloWorld.bmp");
g.DrawImage(&i,0,1024);
g.TranslateTransform(100.0f, 50.0f);
g.RotateTransform(45.0f);
g.DrawImage(ℑ,0,0);
CLSID jpgClsid;
GetEncoderClsid(L"image/jpeg", &jpgClsid);
i.Save(pIStream1, &jpgClsid);

I had no luck.
Any ideas? Did you try to save a rotated or scaled Bitmap before?
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn2-Aug-09 4:14
sitebuilderLuc Pattyn2-Aug-09 4:14 
GeneralRe: Can GDI+ do this? Pin
transoft2-Aug-09 5:17
transoft2-Aug-09 5:17 
GeneralRe: Can GDI+ do this? Pin
Luc Pattyn2-Aug-09 5:24
sitebuilderLuc Pattyn2-Aug-09 5:24 
QuestionProblem with image dimensions being reversed Pin
Alan Burkhart29-Jul-09 9:38
Alan Burkhart29-Jul-09 9:38 
Answerrepost Pin
Luc Pattyn31-Jul-09 18:56
sitebuilderLuc Pattyn31-Jul-09 18:56 
Questionjawbreaker in c++ Pin
sajede27-Jul-09 18:14
sajede27-Jul-09 18:14 
AnswerRe: jawbreaker in c++ Pin
Tim Craig27-Jul-09 18:34
Tim Craig27-Jul-09 18:34 
AnswerRe: jawbreaker in c++ Pin
Henry Minute2-Aug-09 9:26
Henry Minute2-Aug-09 9:26 
QuestionRGB to Hsv ? Pin
Mohammad Dayyan17-Jul-09 20:50
Mohammad Dayyan17-Jul-09 20:50 
AnswerRe: RGB to Hsv ? Pin
Luc Pattyn18-Jul-09 0:03
sitebuilderLuc Pattyn18-Jul-09 0:03 
AnswerRe: RGB to Hsv ? Pin
Tim Craig18-Jul-09 21:13
Tim Craig18-Jul-09 21:13 
QuestionHow to print GDI BarChart? Pin
RanaSohail16-Jul-09 18:40
RanaSohail16-Jul-09 18:40 
AnswerRe: How to print GDI BarChart? Pin
Henry Minute2-Aug-09 9:33
Henry Minute2-Aug-09 9:33 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail5-Aug-09 3:51
RanaSohail5-Aug-09 3:51 
GeneralRe: How to print GDI BarChart? Pin
Henry Minute5-Aug-09 4:34
Henry Minute5-Aug-09 4:34 
GeneralRe: How to print GDI BarChart? Pin
RanaSohail6-Sep-09 21:47
RanaSohail6-Sep-09 21:47 
QuestionGreat OpenGL 3.1 tutorial Pin
Gvizbi10-Jul-09 9:36
Gvizbi10-Jul-09 9:36 

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.