C# Class Ntreev.Library.Psd.PsdLayer

Inheritance: IPsdLayer
Mostra file Open project: NtreevSoft/psd-parser Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ComputeBounds ( ) : void
PsdLayer ( PsdReader reader, PsdDocument document ) : System
ReadChannels ( PsdReader reader ) : void

Method Details

ComputeBounds() public method

public ComputeBounds ( ) : void
return void

PsdLayer() public method

public PsdLayer ( PsdReader reader, PsdDocument document ) : System
reader PsdReader
document PsdDocument
return System

ReadChannels() public method

public ReadChannels ( PsdReader reader ) : void
reader PsdReader
return void