728x90

1. List<Point>

List<Point> list_point = new List<Point>();

list_point.Add(new Point( X축 값, Y축 값));

 

 

2. PointCollection 

PointCollection myPointCollection = new PointCollection();

Point point = new Point(count_X, count_Y);

myPointCollection.Add(point);

728x90

+ Recent posts