PointCollection.ReplaceAll(Point[]) Method

Definition

Initially clears the collection, then inserts the provided array as new items.

public:
 virtual void ReplaceAll(Platform::Array <Point> ^ items) = IVector<Point>::ReplaceAll;
void ReplaceAll(winrt::array_view <Point> const& items);
public void ReplaceAll(Point[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As Point())

Parameters

items
Point[]

The new collection items.

Implements

Applies to