摘要: using System;using System.Drawing;public class Example{ public static void Main() { // Create an array of five Point structures. Point[] points = { new Point(100, 200), new Point(150, 250), new Point(250, 375), new Point(275, 395), new Point(295, 450) }; // To find the first Point structure for wh.. 阅读全文
posted @ 2012-02-07 11:25 落叶潇潇雨 阅读(246) 评论(0) 推荐(0)