Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionLeap Year Problem... Pin
sah4965-Apr-09 19:25
sah4965-Apr-09 19:25 
AnswerRe: Leap Year Problem... Pin
Christian Graus5-Apr-09 19:41
protectorChristian Graus5-Apr-09 19:41 
AnswerRe: Leap Year Problem... [modified] Pin
akhilonly0075-Apr-09 22:56
akhilonly0075-Apr-09 22:56 
QuestionSort an array list Pin
yesu prakash5-Apr-09 19:24
yesu prakash5-Apr-09 19:24 
AnswerRe: Sort an array list Pin
Christian Graus5-Apr-09 19:42
protectorChristian Graus5-Apr-09 19:42 
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 
I cna't seem to figure this out and I though I once did this.


I have something like this:

newImage = new Bitmap(path.ToString());
Matrix matrix = new Matrix();
matrix.Rotate(angle);
Graphics g = Graphics.FromImage(newImage);
g.Transform = matrix;
g.Save();

Bitmap newImage2 = new Bitmap(newImage.Width, newImage.Height, g);
Save();
//dispose calls....


An image is created, but it's just completely black. I am wanting to rotate an image at a specified angle, and not use the RotateFlip, which has static values.

Any ideas? Can this Graphics be converted back to a Bitmap?
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 
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 

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.