The ZoomFactorCollection type exposes the following members.

Constructors

  NameDescription
Public methodZoomFactorCollection()()()()
Create an empty ZoomFactorCollection.
Public methodZoomFactorCollection(array<Double>[]()[][])
Creates ZoomFactorCollection with the provided zoom factors.

Methods

  NameDescription
Public methodAdd
Adds a new zoom factor to the collection.
(Overrides Collection<(Of <(<'TElement>)>)>..::..Add(TElement).)
Public methodAddRange
Add an array of elements.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodClear
Clears the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodContains
Returns true if the list contains the given element.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodCopyTo
Copies the elements of the collection to the specified array.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodGetEnumerator
Returns an iterator for the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodIndexOf
Get the index of the given element in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodInsert
Inserts a new value in the collection.
(Overrides Collection<(Of <(<'TElement>)>)>..::..Insert(Int32, TElement).)
Public methodRemove
Remove a particular element from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodRemoveAt
Removes the interactor at the given index.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public methodSet
Set the collection to hold only the given element.
(Inherited from Collection<(Of <(<'TElement>)>)>.)

Properties

  NameDescription
Public propertyCount
Return the number of interactors in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public propertyIsReadOnly
Returns false, to indicate that an collecion is writable.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public propertyItem
Return the i-th element in the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)

Events

  NameDescription
Public eventInserted
The Inserted event will be fired whenever a new element has been inserted into to the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public eventRemoved
The Removed event will be fired whenever an element has been removed from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)

See Also