TransparencyCollection Class |
The TransparencyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| TransparencyCollection |
Default constructor. Creates new
TransparencyCollection object with DefaultSize.
|
|
| TransparencyCollection(Int32) |
Builds a new instance of
TransparencyCollection class with specific capacity.
|
|
| TransparencyCollection(Transparency) |
Builds a new instance of
TransparencyCollection class using array of Transparency
objects.
|
| Name | Description | |
|---|---|---|
| Capacity |
Gets or sets the number of elements that the
TransparencyCollection can contain.
|
|
| Count |
Gets the number of elements actually contained
in the TransparencyCollection.
|
|
| IsFixedSize |
Gets a value indicating whether the
TransparencyCollection has a fixed size.
|
|
| IsReadOnly |
Gets a value indicating whether the
TransparencyCollection is read-only.
|
|
| IsSynchronized |
Gets a value indicating whether access to the
TransparencyCollection is synchronized (thread safe).
|
|
| Item |
Gets or sets the element at the specified
index in the TransparencyCollection.
|
|
| SyncRoot |
Gets an object that can be used to synchronize
access to the TransparencyCollection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an Transparency object to the
collection.
|
|
| AddRange |
Adds an array of Transparency objects to the
collection.
|
|
| Clear |
Removes all objects from the collection.
|
|
| Contains |
Determines whether the specified Transparency
object is a member of the collection.
|
|
| Copy |
Copies a range of elements from a source
Transparency array starting at the specified source index and
pastes them into destination Transparency array starting at the
specified destination index. The length is specified as a 32-bit
integer.
|
|
| CopyTo |
Copies the entire contents of this
TransparencyCollection to a compatible one-dimensional array,
starting at the specified index of the target array.
|
|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator for the entire
TransparencyCollection.
|
|
| GetHashCode |
Serves as a hash function for a particular
type.
(Inherited from Object.) |
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| IndexOf |
Determines the index of a specific item in the
collection.
|
|
| Insert |
Inserts a Transparency object to the
collection at the specified index.
|
|
| Remove |
Removes the first occurrence of a specific
object from the TransparencyCollection
|
|
| RemoveAt |
Removes the TransparencyCollection item at the
specified index.
|
|
| ToArray |
Creates an array of Transparency objects from
the TransparencyCollection.
|
|
| ToString |
Returns a string that represents the current
object.
(Inherited from Object.) |
|
| TrimToSize |
Sets the capacity to the actual number of
elements in the TransparencyCollection.
|
| © Bricsys NV. All rights reserved. |