public IList<PointF> GetFlattenedPoints()Public Function GetFlattenedPoints As IList(Of PointF)public:
IList<PointF>^ GetFlattenedPoints()member GetFlattenedPoints : unit -> IList<PointF> If the IsClosed property is true, and this figure contains at least 3 points, then the returned list contains the closing point as well, if it is not the same as the first point.