PlainFrameCollection Class

Represents a collection of raster and text PSD layers.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public class PlainFrameCollection : IEnumerable, IEnumerable<PsdFrame>

Remarks

This class is accessible via the PsdReader.Frames property.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.Psd.PlainFrameCollection

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference