Add

VideoFormatInfoCollection.Add method

Adds an element to the VideoFormatInfoCollection collection.

public void Add(VideoFormatInfo item)
Parameter Type Description
item VideoFormatInfo The item to add.

See Also