No announcements
Found 2443973 threads
-
0 Votes
PointF in WM6???
Also, make sure that you are doing a "using System.Drawing;" -- the Drawing2D is not what you want because PointF is in simply System.Drawing.Answered | 1 Replies | 3183 Views | Created by Devsupport - Wednesday, April 22, 2009 7:38 PM | Last reply by Jason Kresowaty - Saturday, April 25, 2009 9:48 PM -
3 Votes
Drawing a line around PointF coordinates
Ok, I changed the code back to exactly how it was you gave me (so that it draws on the form) and the paint does indeed change as desired when I go between sections.Answered | 8 Replies | 954 Views | Created by KennyJC - Monday, May 27, 2013 7:24 AM | Last reply by Acamar - Tuesday, May 28, 2013 4:00 AM -
0 Votes
How to load PointF Array?
User-1372641848 posted [C#] PointF[] curvePoints = new PointF[] {point1, point2, point3, point4}; [VB] Dim curvePoints() As PointF = {point1, point2, ...Unanswered | 1 Replies | 143 Views | Created by Anonymous - Tuesday, December 21, 2004 10:51 AM | Last reply by Anonymous - Wednesday, January 5, 2005 10:20 AM -
1 Votes
save and load an array
How about using xml serialization?Answered | 9 Replies | 9545 Views | Created by kyronfelinus - Friday, December 28, 2012 9:12 PM | Last reply by dbasnett - Wednesday, January 2, 2013 5:35 PM -
3 Votes
Loading arrays from database
I have a load of calculations which need to access specific properties from this table, and so I want to be able to assign arrays which consist of a selection of ...Answered | 6 Replies | 1906 Views | Created by adw07 - Monday, September 19, 2011 10:03 AM | Last reply by Cor Ligthert - Monday, September 19, 2011 11:13 AM -
0 Votes
PointF in .NET Framework is not present for Device Applications
I am currently using Point Structure as there is no overloaded DrawLines API that take PointF structure in Device Applications.Answered | 3 Replies | 540 Views | Created by Chethana Priyadarshini - Thursday, October 1, 2015 4:04 AM | Last reply by Mike Danes - Thursday, October 1, 2015 11:47 AM -
0 Votes
Equla two points (Data Type: PointF)
Dear All, I want to find whether two points (Data Type: PointF) are equal.Answered | 1 Replies | 2902 Views | Created by smsurendar - Thursday, July 16, 2009 7:38 AM | Last reply by Giedrius Banaitis - Thursday, July 16, 2009 8:36 AM -
0 Votes
Can sprites be loaded as an array?
I asked because the "CSprite" is a class that is called from the form to put the sprite load it into memory and I didn't know you could setup a class to be an array.Answered | 21 Replies | 2719 Views | Created by Zergar - Wednesday, August 17, 2011 3:12 PM | Last reply by Zergar - Tuesday, September 6, 2011 6:46 PM -
1 Votes
Clearing array
Is there a better (faster) way to zero arrays.Answered | 5 Replies | 1101 Views | Created by ollp - Monday, December 2, 2019 9:19 AM | Last reply by Guido Franzke - Monday, December 2, 2019 11:41 AM -
1 Votes
Best way to load images into array?
Hello, I would say only load into memory what you actually need to use.Answered | 2 Replies | 1193 Views | Created by old_School - Monday, November 13, 2017 4:25 PM | Last reply by Fei Hu - Sunday, November 26, 2017 11:57 AM -
1 Votes
P/Invoke and array of PointF
LPArray is the default for arrays.Answered | 5 Replies | 2742 Views | Created by MichaelBate - Wednesday, October 20, 2010 5:47 PM | Last reply by Louis.fr - Wednesday, October 27, 2010 3:36 PM -
0 Votes
Loading XML file into an Array??
Hello, I know this thread is dead, but I wanted to do the same and when I googled XML to Array the results were not very helpful.Answered | 3 Replies | 15621 Views | Created by Haf A Mil - Wednesday, July 1, 2009 8:18 PM | Last reply by JaredBroad - Sunday, September 13, 2009 3:54 AM -
0 Votes
difficulties using array to load and show images
I got it working using the array.Answered | 11 Replies | 5404 Views | Created by wiser3 - Friday, July 16, 2010 1:48 AM | Last reply by wiser3 - Monday, July 19, 2010 1:17 PM -
1 Votes
DrawCurve Array
VB.Net 2008/2010 (Net 3.5) The MSDN examples for DrawCurve use a fixed array by defining Point1, Point2, etc. both for Point and ...Answered | 4 Replies | 4933 Views | Created by BritElDen - Sunday, October 24, 2010 11:06 AM | Last reply by AirWaves - Tuesday, October 26, 2010 1:32 AM -
4 Votes
How to set value for array of arrays (jagged array)
I would like to know how to assign values to the array of arrays/jagged array (my original question), in case I can't use ...Answered | 42 Replies | 1166 Views | Created by aujong - Wednesday, September 10, 2014 7:07 PM | Last reply by aujong - Monday, September 15, 2014 7:04 PM -
0 Votes
How do I load two different arrays into one Listbox?
As a for a listbox can take a single array you can create another (say "A") array that includes others ("B", "C"), simply A = B + C (this ...Answered | 7 Replies | 5280 Views | Created by StoneRock - Saturday, April 10, 2010 5:22 PM | Last reply by YiChun Chen - Wednesday, April 14, 2010 3:37 AM -
4 Votes
array of object in object
V and cumulate lines of code only for the same properties/methods of objects.Answered | 6 Replies | 3275 Views | Created by Tondik - Tuesday, July 5, 2011 9:41 PM | Last reply by Acamar - Friday, July 8, 2011 9:36 AM -
0 Votes
How to convert POINTF Array to Byte array need help
User225884 postedSee probable solution hereUnanswered | 5 Replies | 238 Views | Created by Anonymous - Friday, November 21, 2014 8:54 AM | Last reply by Anonymous - Wednesday, July 27, 2016 6:56 AM -
4 Votes
load data into array from a text file
Now do you want to use a single array and load each line in it?Answered | 16 Replies | 9556 Views | Created by ttim - Monday, January 28, 2013 5:10 AM | Last reply by dbasnett - Wednesday, January 30, 2013 4:29 PM -
1 Votes
streamreader and how to import a text file back into an array for processing with GraphicsPath commands.
() = DirectCast(o(0), PointF()) Dim tps As Byte() = DirectCast(o(1), Byte()) gp = New GraphicsPath(pts2, tps) Catch ...Answered | 6 Replies | 2563 Views | Created by fvanstav - Sunday, December 2, 2012 11:22 PM | Last reply by Thorsten Gudera - Wednesday, December 12, 2012 4:02 AM - Items 1 to 20 of 2443973 Next ›
No announcements