BitmapInfoCollection Class

Collection of BitmapInfoItem Items.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public class BitmapInfoCollection : List<BitmapInfoItem>
Inheritance
Object    ListBitmapInfoItem    BitmapInfoCollection

Constructors

BitmapInfoCollectionInitializes a new instance of the BitmapInfoCollection class

Properties

Capacity
(Inherited from ListBitmapInfoItem)
Count
(Inherited from ListBitmapInfoItem)
Item
(Inherited from ListBitmapInfoItem)

Methods

Add
(Inherited from ListBitmapInfoItem)
AddRange
(Inherited from ListBitmapInfoItem)
AsReadOnly
(Inherited from ListBitmapInfoItem)
BinarySearch(T)
(Inherited from ListBitmapInfoItem)
BinarySearch(T, IComparerT)
(Inherited from ListBitmapInfoItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListBitmapInfoItem)
Clear
(Inherited from ListBitmapInfoItem)
Contains
(Inherited from ListBitmapInfoItem)
ConvertAllTOutput
(Inherited from ListBitmapInfoItem)
CopyTo(T)
(Inherited from ListBitmapInfoItem)
CopyTo(T, Int32)
(Inherited from ListBitmapInfoItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListBitmapInfoItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListBitmapInfoItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListBitmapInfoItem)
FindAll
(Inherited from ListBitmapInfoItem)
FindIndex(PredicateT)
(Inherited from ListBitmapInfoItem)
FindIndex(Int32, PredicateT)
(Inherited from ListBitmapInfoItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListBitmapInfoItem)
FindLast
(Inherited from ListBitmapInfoItem)
FindLastIndex(PredicateT)
(Inherited from ListBitmapInfoItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListBitmapInfoItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListBitmapInfoItem)
ForEach
(Inherited from ListBitmapInfoItem)
GetEnumerator
(Inherited from ListBitmapInfoItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListBitmapInfoItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListBitmapInfoItem)
IndexOf(T, Int32)
(Inherited from ListBitmapInfoItem)
IndexOf(T, Int32, Int32)
(Inherited from ListBitmapInfoItem)
Insert
(Inherited from ListBitmapInfoItem)
InsertRange
(Inherited from ListBitmapInfoItem)
LastIndexOf(T)
(Inherited from ListBitmapInfoItem)
LastIndexOf(T, Int32)
(Inherited from ListBitmapInfoItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListBitmapInfoItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListBitmapInfoItem)
RemoveAll
(Inherited from ListBitmapInfoItem)
RemoveAt
(Inherited from ListBitmapInfoItem)
RemoveRange
(Inherited from ListBitmapInfoItem)
Reverse
(Inherited from ListBitmapInfoItem)
Reverse(Int32, Int32)
(Inherited from ListBitmapInfoItem)
Sort
(Inherited from ListBitmapInfoItem)
Sort(ComparisonT)
(Inherited from ListBitmapInfoItem)
Sort(IComparerT)
(Inherited from ListBitmapInfoItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListBitmapInfoItem)
ToArray
(Inherited from ListBitmapInfoItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListBitmapInfoItem)
TrueForAll
(Inherited from ListBitmapInfoItem)

Explicit Interface Implementations

See Also