Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: brainbench test with no answer? Pin
Luc Pattyn7-Jun-07 12:45
sitebuilderLuc Pattyn7-Jun-07 12:45 
AnswerRe: brainbench test with no answer? Pin
Vrungar6-Apr-11 9:04
Vrungar6-Apr-11 9:04 
AnswerRe: brainbench test with no answer? Pin
Luc Pattyn6-Apr-11 13:46
sitebuilderLuc Pattyn6-Apr-11 13:46 
QuestionGraphics image convert to GraphicsPath ? Pin
Epsilone37-Jun-07 9:59
Epsilone37-Jun-07 9:59 
AnswerRe: Graphics image convert to GraphicsPath ? Pin
Dave Kreskowiak7-Jun-07 10:39
mveDave Kreskowiak7-Jun-07 10:39 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Epsilone37-Jun-07 12:14
Epsilone37-Jun-07 12:14 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Dave Kreskowiak7-Jun-07 13:25
mveDave Kreskowiak7-Jun-07 13:25 
AnswerRe: Graphics image convert to GraphicsPath ? Pin
Christian Graus7-Jun-07 12:09
protectorChristian Graus7-Jun-07 12:09 
You asked the reverse twice ( and got the same answer twice, once from me ). It seems to me that you're missing something fundamental here. A path is vector information and a bitmap is raster information. Going vector to raster is easy, the reverse, not so much. You can do it, but expect to spend a long, long time working on it. Expect to end up with something complex enough that it would be salable as a product on it's own. You'd need to find lines in your bitmap, and convert them to paths. Of course, a graphics path cannot recreate a complex bitmap, at least not in a viable way.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Graphics image convert to GraphicsPath ? Pin
Epsilone37-Jun-07 12:24
Epsilone37-Jun-07 12:24 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Christian Graus7-Jun-07 15:42
protectorChristian Graus7-Jun-07 15:42 
QuestionHow can I resize the DataGridView back to defult size? Pin
Khoramdin7-Jun-07 9:39
Khoramdin7-Jun-07 9:39 
AnswerRe: How can I resize the DataGridView back to defult size? Pin
Dave Kreskowiak7-Jun-07 10:38
mveDave Kreskowiak7-Jun-07 10:38 
Questionoracle Client Pin
shereem khaleel7-Jun-07 9:34
shereem khaleel7-Jun-07 9:34 
AnswerRe: oracle Client Pin
Rick van Woudenberg7-Jun-07 11:42
Rick van Woudenberg7-Jun-07 11:42 
QuestionNeed to pass structure to assembly Pin
Amit Kumar G7-Jun-07 9:08
Amit Kumar G7-Jun-07 9:08 
AnswerRe: Need to pass structure to assembly Pin
Not Active7-Jun-07 9:16
mentorNot Active7-Jun-07 9:16 
GeneralRe: Need to pass structure to assembly Pin
Amit Kumar G7-Jun-07 9:24
Amit Kumar G7-Jun-07 9:24 
GeneralRe: Need to pass structure to assembly Pin
Not Active7-Jun-07 9:42
mentorNot Active7-Jun-07 9:42 
GeneralRe: Need to pass structure to assembly Pin
Amit Kumar G7-Jun-07 10:04
Amit Kumar G7-Jun-07 10:04 
QuestionHelp with simple guess number - program (while loop) Pin
Husker477-Jun-07 8:27
Husker477-Jun-07 8:27 
AnswerRe: Help with simple guess number - program (while loop) Pin
Luc Pattyn7-Jun-07 8:32
sitebuilderLuc Pattyn7-Jun-07 8:32 
AnswerRe: Help with simple guess number - program (while loop) Pin
Jimmanuel7-Jun-07 8:54
Jimmanuel7-Jun-07 8:54 
GeneralRe: Help with simple guess number - program (while loop) Pin
Husker477-Jun-07 9:02
Husker477-Jun-07 9:02 
GeneralRe: Help with simple guess number - program (while loop) Pin
Jimmanuel7-Jun-07 9:03
Jimmanuel7-Jun-07 9:03 
Questiondatagridview selected row, highlight row Pin
FernandoMartin7-Jun-07 8:05
FernandoMartin7-Jun-07 8:05 

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.