This documentation is for the old version. Go to the latest Graphics Mill docs

Collection<T> Constructor (Int32)

Creates and initializes an instance of the Collection<T> class with the specified initial capacity.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	capacity As Integer _
)
C#
public Collection(
	int capacity
)

Parameters

capacity

Type: System.Int32

The number of items that the new collection can initially store.

See Also

Reference