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

VObjectCollection.Clear Method

Removes all v-objects from the collection.

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

Syntax

Visual Basic
Public Sub Clear
C#
public void Clear()

Implements

IList.Clear()

Remarks

This method sets the Count value to zero.

See Also

Reference