FontCollection.Remove

FontCollection.Remove method

Deletes specified item from collection.

public bool Remove(Font item)
ParameterTypeDescription
itemFontThe object to delete

Return Value

true if item was deleted from collection; otherwise, false.

See Also