Class LayerInfoFactory
Inheritance
System.Object
LayerInfoFactory
Namespace: PhotoshopFile
Syntax
public static class LayerInfoFactory
Methods
Load(PsdBinaryReader, PsdFile, Boolean, Int64)
Loads the next LayerInfo record.
Declaration
public static LayerInfo Load(PsdBinaryReader reader, PsdFile psdFile, bool globalLayerInfo, long fileEndPos)
Parameters
| Type | Name | Description |
|---|---|---|
| PsdBinaryReader | reader | The file reader |
| PsdFile | psdFile | The PSD file. |
| System.Boolean | globalLayerInfo | True if the LayerInfo record is being loaded from the end of the Layer and Mask Information section; false if it is being loaded from the end of a Layer record. |
| System.Int64 | fileEndPos |
Returns
| Type | Description |
|---|---|
| LayerInfo |