C# 클래스 Ntreev.Library.Psd.Extensions

파일 보기 프로젝트 열기: NtreevSoft/psd-parser

공개 메소드들

메소드 설명
Descendants ( this layer ) : IEnumerable
Descendants ( this layer, bool>.Func filter ) : IEnumerable
MergeChannels ( this imageSource ) : byte[]

비공개 메소드들

메소드 설명
Descendants ( this layer ) : IEnumerable

메소드 상세

Descendants() 공개 정적인 메소드

public static Descendants ( this layer ) : IEnumerable
layer this
리턴 IEnumerable

Descendants() 공개 정적인 메소드

public static Descendants ( this layer, bool>.Func filter ) : IEnumerable
layer this
filter bool>.Func
리턴 IEnumerable

MergeChannels() 공개 정적인 메소드

public static MergeChannels ( this imageSource ) : byte[]
imageSource this
리턴 byte[]