随笔分类 - 视觉
摘要:1、多段线封闭图形排序 internal class Program { private static void Main(string[] args) { List<Hv_Point> points = new List<Hv_Point>() { new Hv_Point(1,1), new H
        阅读全文
                
摘要:public class IntArrayDemo { public static void Print() { for (int i = 0; i<IntArray.Ints.Length; i++) { Console.WriteLine(i); } } public static void G
        阅读全文
                
摘要:1、包装一下Point类,增加Id public class PointWithId { public int Id { get; set; } public Point Coordinate { get; set; } public PointWithId(int id, Point coordi
        阅读全文
                
                    
                
浙公网安备 33010602011771号