[]
Gets the points that describe the shape.
[TypeConverter(typeof(PointArrayTypeConverter))] public Point[] Points { get; set; }
<TypeConverter(GetType(PointArrayTypeConverter))> Public Property Points As Point()