Bespoke Multi-Touch Framework
FtirPointCollection Constructor (collection)
NamespacesBespoke.MultiTouch.FrameworkFtirPointCollectionFtirPointCollection(IEnumerable<(Of <(FtirPoint>)>))
Creates a new instance of FtirPointCollection.
Declaration Syntax
C#Visual BasicVisual C++
public FtirPointCollection(
	IEnumerable<FtirPoint> collection
)
Public Sub New ( _
	collection As IEnumerable(Of FtirPoint) _
)
public:
FtirPointCollection(
	IEnumerable<FtirPoint^>^ collection
)
Parameters
collection (IEnumerable<(Of <(FtirPoint>)>))
The collection whose elements are copied to the new list.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)