ImageFrameCollection Class
Represents either a single, constant set of pixels at a specific size and resolution (raster image) or a set of drawing commands (vector image).
public sealed class ImageFrameCollection : IList<ImageFrame>, ICollection<ImageFrame>, IEnumerable<ImageFrame>, IEnumerable
Public NotInheritable Class ImageFrameCollection
Implements IList(Of ImageFrame), ICollection(Of ImageFrame), IEnumerable(Of ImageFrame), IEnumerable
- Inheritance:
- System.ObjectImageFrameCollection
Implements
System.Collections.Generic.IList<ImageFrame>
System.Collections.Generic.ICollection<ImageFrame>
System.Collections.Generic.IEnumerable<ImageFrame>
System.Collections.IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable