DoubleCollection Constructor (Int32)

 

Initializes a new instance of the DoubleCollection class with the specified capacity, or the number of Double values the collection is initially capable of storing.

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

public:
DoubleCollection(
	int capacity
)

Parameters

capacity
Type: System::Int32

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

.NET Framework
Available since 3.0
Return to top
Show: