Class ImagePlacementCollection

ImagePlacementCollection class

Represents an image placements collection

public sealed class ImagePlacementCollection : ICollection<ImagePlacement>

Properties

NameDescription
Count { get; }Gets the number of ImagePlacement object elements actually contained in the collection.
IsReadOnly { get; }Gets a value indicating whether the collection is read-only.
IsSynchronized { get; }Gets a value indicating whether access to the collection is synchronized (thread safe).
Item { get; }Gets the text fragment element at the specified index.
SyncRoot { get; }Gets an object that can be used to synchronize access to the collection.

Methods

NameDescription
Add(ImagePlacement)Adds the text fragment element at the specified index.
Clear()Clears all items from the collection.
Contains(ImagePlacement)Determines whether the collection contains a specific value.
CopyTo(ImagePlacement[], int)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
GetEnumerator()Returns an enumerator for the entire collection.
Remove(ImagePlacement)Deletes specified item from collection

See Also