'宣言 Public Property Points As Point()
'使用法 Dim instance As PolygonShape Dim value() As Point instance.Points = value value = instance.Points
public Point[] Points {get; set;}
'宣言 Public Property Points As Point()
'使用法 Dim instance As PolygonShape Dim value() As Point instance.Points = value value = instance.Points
public Point[] Points {get; set;}