PointCollection Constructor (Int32)

 

Initializes a new instance of the PointCollection class with the specified capacity.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
PointCollection(
	int capacity
)

Parameters

capacity
Type: System::Int32

The number of Point values that the collection is initially capable of storing.

.NET Framework
Available since 3.0
Return to top
Show: