CollectionOfRectanglePtr ClassCognex VisionPro 9.21 SR1
Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.Implementation CollectionOfRectanglePtr
        Cognex.Vision RectangleCollection

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public abstract class CollectionOfRectanglePtr : ChangedEventShareableBase, 
	IReadOnlyCollection, IReadOnlyList, IEnumerable<Rectangle>, IEnumerable, 
	IReadOnlyCollection, ICollection, IList<Rectangle>, ICollection<Rectangle>, 
	ICollectionEvents

The CollectionOfRectanglePtr type exposes the following members.

Constructors

  NameDescription
Protected methodCollectionOfRectanglePtr
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Compares the equality of this object with another.
(Inherited from ChangedEventShareableBase.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Returns the hash code of this object.
(Inherited from ChangedEventShareableBase.)
Public methodGetItem
Get the item at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta
Get the description of the object type.
(Overrides ShareableBase GetTypeMeta .)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Public methodRemove
Public methodRemoveAt
Public methodReserve
Public methodResumeAndRaiseChangedEvent (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodsetItem
Public methodSuspendChangedEvent (Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Top
Fields

  NameDescription
Public fieldStatic memberSfCount
Public fieldStatic memberSfItem
Top
Properties

  NameDescription
Public propertyCapacity

Get the capacity of this collection. This is the maximum number of items that may be stored in this collection without reallocation. Capacity is increased automatically as needed to hold added items.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCount

Get the number of elements contained in this collection.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyIsReadOnly

Get whether or not this collection is read-only.

Public propertyItem
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Public eventCleared

Raised after the collection is cleared.

Public eventClearing

Raised before the collection is cleared.

Public eventInsertedItem

Raised after an item is inserted.

Public eventInsertingItem

Raised before an item is inserted.

Public eventMovedItem

Raised after an item is moved to a new index.

Public eventMovingItem

Raised before an item is moved to a new index.

Public eventRemovedItem

Raised after an item is removed.

Public eventRemovingItem

Raised before an item is removed.

Public eventReplacedItem

Raised after an item is replaced.

Public eventReplacingItem

Raised before an item is replaced.

Top
See Also