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