No announcements
Found 3666372 threads
-
2 Votes
error while using graphics program using GDI+
If you have any feedback, please tell us.Answered | 2 Replies | 3397 Views | Created by JackSparrowPirates - Wednesday, February 3, 2010 6:16 PM | Last reply by Nancy Shao - Friday, February 5, 2010 10:05 AM -
0 Votes
GDI+, bitmaps and graphics objects
http://www.codeproject.com/KB/GDI/QuickFill.aspxAnswered | 1 Replies | 2574 Views | Created by Adam54321 - Wednesday, November 9, 2011 3:43 PM | Last reply by Amber_dream - Friday, November 11, 2011 6:25 AM -
1 Votes
Can it program directly to GDI+
You can use WinForms chart control's Chart.Printing.PrintPaint method that takes Graphics as a parameter for direct drawing.Answered | 1 Replies | 3561 Views | Created by VSSea - Friday, February 26, 2010 12:36 AM | Last reply by Alex Gorev - Thursday, March 11, 2010 8:13 AM -
0 Votes
Converting program from DirectX to GDI+ - best way?
Ideally you're using interfaces or similar and can simply replace the abstract references with the GDI+ equivalent.Answered | 3 Replies | 783 Views | Created by scatterclegge - Friday, September 16, 2016 12:42 PM | Last reply by CoolDadTx - Friday, September 16, 2016 2:14 PM -
2 Votes
Using Graphics, Canvas and WPF
It would have to not be too MVVM, since you'll probably need to use a lot of code to setup the Graphics correctly, but at least to your program, you'd just have a ...Answered | 7 Replies | 7227 Views | Created by BryanCC - Monday, November 2, 2009 7:53 PM | Last reply by Reed Copsey, Jr - Tuesday, November 3, 2009 2:31 AM -
1 Votes
Storing and drawing image with GDI+ Bitmap & Graphics classes
I have: — input (memory): • iWidth, iHeight — sheet size (let it be A4 210×297); • ...Answered | 5 Replies | 774 Views | Created by apixosoft - Wednesday, September 21, 2016 2:48 PM | Last reply by apixosoft - Friday, September 23, 2016 7:38 PM -
1 Votes
GDI+ graphics object passing
Thank you so much - I used the last one & it worked!Answered | 3 Replies | 985 Views | Created by mh1000 - Monday, July 11, 2016 6:05 PM | Last reply by mh1000 - Monday, July 11, 2016 7:36 PM -
2 Votes
Use dedicated graphic card for debuging program insted of integrated graphic card
Answered | 2 Replies | 3083 Views | Created by Demotivator - Tuesday, July 30, 2013 12:06 PM | Last reply by Dave Patrick - Wednesday, July 31, 2013 9:21 AM -
4 Votes
Drawing multi colour text using GDI+
"Use WPF.Answered | 4 Replies | 3800 Views | Created by Dora9 - Thursday, October 1, 2009 11:45 PM | Last reply by Dora9 - Friday, October 2, 2009 8:38 AM -
1 Votes
GDI (graphics) Disposing objects properly
I hope that this didn't confuse and was useful.Answered | 5 Replies | 2256 Views | Created by Bryan Valencia - Friday, June 10, 2016 5:13 PM | Last reply by Konrad Neitzel - Monday, June 13, 2016 8:12 PM -
0 Votes
GDI+ error
If you want other to help you debug your problem, debug your program and post back the call stack and code around functions listed in the call stack when the exception is thrown.Answered | 1 Replies | 3173 Views | Created by Nitin Chaudhary MCPD - Tuesday, April 21, 2009 10:54 AM | Last reply by Sheng Jiang 蒋晟 - Tuesday, April 21, 2009 9:14 PM -
0 Votes
GDI and GDI+ lines draw differently in Print
You could use Graphics::DrawRectangle Method to directly draw a rectangle.Answered | 3 Replies | 865 Views | Created by mh1000 - Monday, August 8, 2016 9:24 PM | Last reply by Baron Bi - Thursday, August 11, 2016 8:16 AM -
0 Votes
Step while using program
>I am wondering about if its possible to use the program i made and at the same time use the step function in Visual Studio Did you mean you want to ...Answered | 3 Replies | 489 Views | Created by RexTheCapt - Thursday, July 28, 2016 11:51 PM | Last reply by lake Xiao - Monday, August 1, 2016 2:23 AM -
1 Votes
gdi+
You can read all about GDI+ on MSDN here: http://msdn.microsoft.com/en-us/library/ms533798%28v=vs.85%29.aspx Essentially, it's a set of C++ APIs that allow you to ...Answered | 1 Replies | 3269 Views | Created by Bertje14 - Friday, July 15, 2011 9:36 AM | Last reply by PaulH79 - Friday, July 15, 2011 2:04 PM -
2 Votes
GDI programming in c#
U have two options, either escape the escape character wich will make it look like Image.FromFile("D:\\bird.gif", r"); or u can use the verbatim string literal (thats just a ...Answered | 1 Replies | 3495 Views | Created by madhurimerla - Monday, January 11, 2010 7:16 AM | Last reply by M. Dirksma - Monday, January 11, 2010 7:43 AM -
0 Votes
GDI+ DrawLine() in WinForms App
>I'm starting to replicate the C# code in VC++ contained in Graphics Programming with GDI+ by Mahesh Chand 2004.Answered | 4 Replies | 1029 Views | Created by srfpala - Tuesday, January 22, 2019 12:15 AM | Last reply by Jack Zhang - AAA - Wednesday, January 23, 2019 2:05 AM -
2 Votes
GDI resource monitoring
You can use APImonitor also.Answered | 3 Replies | 6157 Views | Created by mh1000 - Friday, January 13, 2017 9:49 PM | Last reply by GoodGuy666 - Tuesday, February 26, 2019 1:19 PM -
0 Votes
Where to post a question on GDI+ and Drawstring printing, using vb.net
If you are using the C++ classes in GDI+ SDK, you can post in the Visual C++ general forum.Answered | 2 Replies | 7879 Views | Created by alchemist777 - Tuesday, May 26, 2009 7:09 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, May 26, 2009 9:51 PM -
0 Votes
Out of memory error when using graphics in VB.NET
Anyway i found the error place, In the CreateRegion() function they are delete the object, last week i commented that lines, ...Answered | 13 Replies | 7902 Views | Created by Boopathi India - Wednesday, June 12, 2013 11:13 AM | Last reply by Boopathi India - Tuesday, June 18, 2013 4:40 AM - Items 1 to 20 of 3666372 Next ›
No announcements