Sunday, August 2, 2009

How can i sort arraylist of system points on X then Y using vc.net?

all i found using c# when try to change it to apply on vc.net it does not work or sort x cordinate with out the ys ...

How can i sort arraylist of system points on X then Y using vc.net?
You'll need to find something that sort the X and Y coordinates. You can try to use an array with two columns to store the coordinates and perform the operations in it. But why do you want to sort these coordinates? I think that it will be hard to say that a coordinate ( 1,3) is bigger or lesser than a ( 1,2) coordinate for instance.

thank you cards

No comments:

Post a Comment