Click here to Skip to main content
15,883,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sort an array list Pin
Tom Deketelaere5-Apr-09 22:47
professionalTom Deketelaere5-Apr-09 22:47 
AnswerRe: Sort an array list Pin
ramz_g8-Apr-09 19:42
ramz_g8-Apr-09 19:42 
QuestionHow to convert Graphics image to Bitmap? Pin
FrankeyJames5-Apr-09 14:42
FrankeyJames5-Apr-09 14:42 
AnswerRe: How to convert Graphics image to Bitmap? Pin
Christian Graus5-Apr-09 14:44
protectorChristian Graus5-Apr-09 14:44 
GeneralRe: How to convert Graphics image to Bitmap? Pin
FrankeyJames5-Apr-09 15:00
FrankeyJames5-Apr-09 15:00 
GeneralRe: How to convert Graphics image to Bitmap? Pin
Christian Graus5-Apr-09 19:43
protectorChristian Graus5-Apr-09 19:43 
AnswerRe: How to convert Graphics image to Bitmap? Pin
Xmen Real 5-Apr-09 15:13
professional Xmen Real 5-Apr-09 15:13 
AnswerRe: How to convert Graphics image to Bitmap? Pin
Guffa5-Apr-09 15:23
Guffa5-Apr-09 15:23 
You can't convert a Graphics object to a Bitmap, as it doesn't contain the image. The Graphics object is just used to draw on a canvas, in this case the canvas is a Bitmap object.

You are creating a Graphics object to draw on the original image, but what you want to do is to create it to draw on the new image, then you draw the original image onto the new image.

The transform controls how the drawing is done using the Graphics object, so when you draw the original image using that Graphics object it will be rotated.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: How to convert Graphics image to Bitmap? Pin
FrankeyJames5-Apr-09 17:18
FrankeyJames5-Apr-09 17:18 
AnswerRe: How to convert Graphics image to Bitmap? Pin
Luc Pattyn5-Apr-09 16:24
sitebuilderLuc Pattyn5-Apr-09 16:24 
GeneralRe: How to convert Graphics image to Bitmap? Pin
FrankeyJames5-Apr-09 17:21
FrankeyJames5-Apr-09 17:21 
GeneralRe: How to convert Graphics image to Bitmap? Pin
Luc Pattyn5-Apr-09 18:10
sitebuilderLuc Pattyn5-Apr-09 18:10 
QuestionNewbies and databases Pin
stonebergftw5-Apr-09 14:10
stonebergftw5-Apr-09 14:10 
AnswerRe: Newbies and databases Pin
Christian Graus5-Apr-09 14:18
protectorChristian Graus5-Apr-09 14:18 
AnswerRe: Newbies and databases Pin
Yusuf5-Apr-09 14:20
Yusuf5-Apr-09 14:20 
QuestionHow to create chm-files in the best way. Pin
Frygreen5-Apr-09 7:51
Frygreen5-Apr-09 7:51 
AnswerRe: How to create chm-files in the best way. Pin
Eslam Afifi5-Apr-09 8:07
Eslam Afifi5-Apr-09 8:07 
AnswerRe: How to create chm-files in the best way. Pin
Dave Doknjas5-Apr-09 14:04
Dave Doknjas5-Apr-09 14:04 
QuestionInvalid IP Pin
bar30005-Apr-09 6:55
bar30005-Apr-09 6:55 
AnswerRe: Invalid IP Pin
Luc Pattyn5-Apr-09 7:10
sitebuilderLuc Pattyn5-Apr-09 7:10 
AnswerRe: Invalid IP Pin
0x3c05-Apr-09 7:12
0x3c05-Apr-09 7:12 
AnswerRe: Invalid IP Pin
bar30005-Apr-09 7:33
bar30005-Apr-09 7:33 
QuestionWebClient/ Access Denied upon saving file...? Pin
jas0n235-Apr-09 6:06
jas0n235-Apr-09 6:06 
AnswerRe: WebClient/ Access Denied upon saving file...? Pin
Luc Pattyn5-Apr-09 6:20
sitebuilderLuc Pattyn5-Apr-09 6:20 
GeneralRe: WebClient/ Access Denied upon saving file...? Pin
jas0n235-Apr-09 6:34
jas0n235-Apr-09 6:34 

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.