Click here to Skip to main content
15,923,015 members
Home / Discussions / Graphics
   

Graphics

 
QuestionSave animation to movie Pin
levgiang21-Nov-07 22:05
levgiang21-Nov-07 22:05 
QuestionGraphic Interface Pin
Gaddonis16-Nov-07 1:57
professionalGaddonis16-Nov-07 1:57 
AnswerRe: Graphic Interface Pin
Jheriko++17-Nov-07 15:39
Jheriko++17-Nov-07 15:39 
Questionhow can i the screen image to a pixel format? Pin
bankey101014-Nov-07 0:12
bankey101014-Nov-07 0:12 
AnswerRe: how can i the screen image to a pixel format? Pin
Nathan Holt at EMOM16-Nov-07 7:35
Nathan Holt at EMOM16-Nov-07 7:35 
Questionconvert image to bitmap Pin
dogmatic6913-Nov-07 3:50
dogmatic6913-Nov-07 3:50 
AnswerRe: convert image to bitmap Pin
Mark Salsbery13-Nov-07 9:08
Mark Salsbery13-Nov-07 9:08 
GeneralRe: convert image to bitmap Pin
dogmatic6913-Nov-07 22:12
dogmatic6913-Nov-07 22:12 
Hi,

thanks for the reply. Im new with C# (started with TP and mainly work in php / MySQL) so constructors is all new to me... Been looking around and cant seem to find the right thing/way to do this.

if i have

System.Drawing.Image modimage;<br />
System.Drawing.Bitmap modbitmap;


changes are first done to modimage and then i want to do something like

modbitmap = modimage;

and then carry on with changes to modbitmap.

obviously the modbitmap = modimage; does not work as it is like trying to say
strSomething = intSomethign;

it would be nice if there was a thing like
modbitmap = modimage.tobitmap(); lol

anyway, my trials have proved fruitless so i am hoping that you would be kind enough to spare a min and help me out.

thanks in advance.Cool | :cool:
GeneralRe: convert image to bitmap Pin
GrinderDev14-Nov-07 1:22
GrinderDev14-Nov-07 1:22 
GeneralRe: convert image to bitmap Pin
Mark Salsbery14-Nov-07 4:58
Mark Salsbery14-Nov-07 4:58 
GeneralRe: convert image to bitmap Pin
Matthew Butler14-Nov-07 5:21
Matthew Butler14-Nov-07 5:21 
GeneralRe: convert image to bitmap Pin
Luc Pattyn14-Nov-07 5:41
sitebuilderLuc Pattyn14-Nov-07 5:41 
GeneralRe: convert image to bitmap Pin
Matthew Butler14-Nov-07 6:10
Matthew Butler14-Nov-07 6:10 
GeneralRe: convert image to bitmap Pin
Luc Pattyn14-Nov-07 6:17
sitebuilderLuc Pattyn14-Nov-07 6:17 
GeneralRe: convert image to bitmap Pin
Mark Salsbery14-Nov-07 8:06
Mark Salsbery14-Nov-07 8:06 
QuestionHelp :-( - DirectX Initialisation issues Pin
MarkB7778-Nov-07 0:47
MarkB7778-Nov-07 0:47 
AnswerRe: Help :-( - DirectX Initialisation issues Pin
Mark Salsbery8-Nov-07 5:55
Mark Salsbery8-Nov-07 5:55 
GeneralRe: Help :-( - DirectX Initialisation issues Pin
MarkB7778-Nov-07 9:52
MarkB7778-Nov-07 9:52 
GeneralRe: Help :-( - DirectX Initialisation issues Pin
Mark Salsbery8-Nov-07 10:10
Mark Salsbery8-Nov-07 10:10 
QuestionOpenGL picking Pin
belloSoft6-Nov-07 6:47
belloSoft6-Nov-07 6:47 
AnswerRe: OpenGL picking Pin
El Corazon6-Nov-07 7:33
El Corazon6-Nov-07 7:33 
GeneralRe: OpenGL picking Pin
belloSoft7-Nov-07 10:40
belloSoft7-Nov-07 10:40 
GeneralRe: OpenGL picking Pin
Jheriko++17-Nov-07 16:49
Jheriko++17-Nov-07 16:49 
QuestionImage in form of matrix Pin
shemhamforash6-Nov-07 4:00
shemhamforash6-Nov-07 4:00 
AnswerRe: Image in form of matrix Pin
Ju@ncho8-Nov-07 2:52
Ju@ncho8-Nov-07 2:52 

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.