Class FontSourceCollection

FontSourceCollection class

Represents font sources collection.

public sealed class FontSourceCollection : ICollection<FontSource>

Properties

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

Methods

NameDescription
Add(FontSource)Adds new font source object to the collection.
Clear()Clears the font source collection.
Contains(FontSource)Determines whether an element is in the collection.
CopyTo(FontSource[], int)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
Delete(FontSource)Deletes the font source element.
GetEnumerator()Returns an enumerator for the entire collection.
Remove(FontSource)Deletes the font source element.

See Also