No announcements
Found 1154562 threads
-
1 Votes
System.Drawing and GDI question
.NET Development Forums > .NET Base Class Library located here: http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/threads Hope this helps you.Answered | 1 Replies | 9185 Views | Created by Mizokunimito - Tuesday, March 22, 2011 10:18 AM | Last reply by Dinesh Kattameda - Tuesday, March 22, 2011 11:43 AM -
0 Votes
System.Drawing
I would suggest posting your question in one of the Home › ASP.NET Forums »Answered | 1 Replies | 7719 Views | Created by Brendon123 - Thursday, July 9, 2009 2:23 PM | Last reply by Tagore Bandlamudi - Thursday, July 9, 2009 10:33 PM -
1 Votes
Replacement for some System.Drawing functionality?
There is a "replacement", more like a reimplementation, for the System.Drawing namespace in Windows Store Apps that can be found here, ...Answered | 5 Replies | 6162 Views | Created by Ch3rryC0ke - Thursday, August 2, 2012 9:57 PM | Last reply by ChaiWeera - Tuesday, September 17, 2013 8:56 PM -
7 Votes
Add System.Drawing using Assembly.load ?
. - http://reedcopsey.com If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".Answered | 9 Replies | 2863 Views | Created by Sianspheric - Friday, June 1, 2012 6:49 PM | Last reply by Sianspheric - Friday, June 1, 2012 8:07 PM -
1 Votes
Add an explicit reference to System.Drawing
You'll likely also want to add "Import System.Drawing" in the files where you want to use these types.Answered | 1 Replies | 3289 Views | Created by CoryK36 - Tuesday, September 13, 2011 4:42 AM | Last reply by Reed Copsey, Jr - Tuesday, September 13, 2011 5:19 AM -
0 Votes
System.Drawing Point
pianoboyCoderAnswered | 3 Replies | 498 Views | Created by pianoboyCoder - Tuesday, July 5, 2016 10:53 AM | Last reply by SimonRev - Wednesday, July 6, 2016 7:15 PM -
2 Votes
use cartesian coordinates when System.Drawing
using System.Drawing; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace DrawingTest { public ...Answered | 4 Replies | 8020 Views | Created by Sergiu Dudnic - Thursday, February 12, 2009 10:01 AM | Last reply by Matthew Watson - Thursday, February 12, 2009 11:08 AM -
0 Votes
In System.Drawing class, how to report pixel value
There are numerous classes that seem to have these features but they may not work with the System.Drawing class, I'm not sure about this.Answered | 1 Replies | 746 Views | Created by JackCSB - Thursday, February 15, 2018 10:13 PM | Last reply by User3DX - Thursday, February 15, 2018 11:42 PM -
0 Votes
Pixels Missing & Extra Pixels Appearing (System.Drawing Namespace)
If you still have any questions about this issue, please feel free to let me know.Answered | 3 Replies | 2421 Views | Created by Constansere - Saturday, December 24, 2011 3:47 PM | Last reply by Paul Zhou - Wednesday, January 4, 2012 6:34 AM -
0 Votes
System.Drawing
By the way, if you have any problem concerns ASP.Net, please ask your question to http://forums.asp.net/ Please remember to mark the ...Answered | 4 Replies | 12919 Views | Created by Shobha P - Tuesday, June 17, 2008 1:22 PM | Last reply by Ed Price - MSFT - Friday, May 11, 2012 2:39 AM -
0 Votes
How to crop the EMF image using System.Drawing in c#?
Hi All, How to crop the EMF file using System.Drawing in c#.Answered | 1 Replies | 1174 Views | Created by Pradeep L(c23) - Tuesday, March 8, 2016 3:49 PM | Last reply by Kristin Xie - Wednesday, March 9, 2016 6:06 AM -
0 Votes
C++ API similar to .NET System.Drawing?
I think if you look at the relevant documentation then have specific questions you will get good help.Answered | 4 Replies | 1630 Views | Created by jonwil - Saturday, June 13, 2020 2:36 PM | Last reply by Artem Moroz - Tuesday, June 23, 2020 1:57 PM -
3 Votes
Bitmap that is created using System.Drawing then imported into a PDF is Grainy
Overrides Sub OnResizeEnd(e As EventArgs) MyBase.OnResizeEnd(e) Me.Refresh() ...Answered | 16 Replies | 1676 Views | Created by BrownRR - Friday, February 7, 2014 4:54 PM | Last reply by BrownRR - Thursday, February 13, 2014 1:42 PM -
0 Votes
Quick question on System.Drawing
Plus, I would love to be able to save XAML to an Image (System.Drawing).Unanswered | 1 Replies | 1981 Views | Created by Jose Fajardo III - Monday, September 3, 2007 9:01 PM | Last reply by Roberto Hernández-Pou - Friday, September 7, 2007 10:29 AM -
3 Votes
Can i use system.drawing in a windows universal library / run time component or application?
i saw that Windows.UI.XAML.Media.Imaging doesnt support bite manipulation and that Windows.Graphics.Imaging ...Answered | 4 Replies | 4262 Views | Created by Barak caftory - Tuesday, July 21, 2015 5:02 PM | Last reply by Khanna Gaurav - Wednesday, July 22, 2015 3:53 PM -
0 Votes
drawing pixels with me.creategraphics in system.drawing (yay)
hello, I was wondering if there was a way to draw individual pixels, without resorting to drawing a line and setting it's length to 1. Is there an actual ability to draw a ...Answered | 2 Replies | 1536 Views | Created by Tess Card - Sunday, June 3, 2012 6:16 AM | Last reply by Tess Card - Sunday, June 3, 2012 7:41 PM -
0 Votes
Source=System.Drawing ErrorCode=-2147467259
Source=System.Drawing ErrorCode=-2147467259 I am using VS2010 and VB The message is System.InvalidOperationException was ...Answered | 4 Replies | 9272 Views | Created by DavidMills02 - Tuesday, August 2, 2011 11:20 AM | Last reply by DavidMills02 - Wednesday, August 17, 2011 8:05 AM -
1 Votes
Forum for graphics questions
Which forum do I post questions regarding System.Drawing related queries?Answered | 1 Replies | 6840 Views | Created by Kaarigar - Thursday, September 2, 2010 2:18 AM | Last reply by Kaarigar - Thursday, September 2, 2010 2:22 AM -
1 Votes
Using System.Drawing To Draw Lines Via Another Class
I have Form1 on which i want to draw a line. But i want to draw from another class.cs How can i do it? Regards, Rayyan TahirAnswered | 4 Replies | 2991 Views | Created by CoOlDud3 - Wednesday, June 27, 2012 8:06 AM | Last reply by CoOlDud3 - Wednesday, June 27, 2012 10:57 AM -
0 Votes
Form Question
= null) { this.Updated.Invoke(sender, doea); } } internal void InvokeUpdated( ...Answered | 4 Replies | 3167 Views | Created by Unrealx_ - Tuesday, April 14, 2009 9:49 PM | Last reply by JohnGrove - Wednesday, April 15, 2009 3:06 AM - Items 1 to 20 of 1154562 Next ›
No announcements