バージョン

PointList クラス

点のリスト。
シンタックス
'宣言
 
Public Class PointList 
   Inherits System.Collections.Generic.List(Of Point)
public class PointList : System.Collections.Generic.List<Point> 
参照