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

파일 보기 프로젝트 열기: NtreevSoft/psd-parser 1 사용 예제들

공개 메소드들

메소드 설명
DecodeRLE ( byte source ) : byte[]
DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
DepthToPitch ( int depth, int width ) : int
ToBlendMode ( string text ) : BlendMode
ToUnitType ( string text ) : UnitType

메소드 상세

DecodeRLE() 공개 정적인 메소드

public static DecodeRLE ( byte source ) : byte[]
source byte
리턴 byte[]

DecodeRLE() 공개 정적인 메소드

public static DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
src byte
dst byte
packedLength int
unpackedLength int
리턴 void

DepthToPitch() 공개 정적인 메소드

public static DepthToPitch ( int depth, int width ) : int
depth int
width int
리턴 int

ToBlendMode() 공개 정적인 메소드

public static ToBlendMode ( string text ) : BlendMode
text string
리턴 BlendMode

ToUnitType() 공개 정적인 메소드

public static ToUnitType ( string text ) : UnitType
text string
리턴 UnitType