C# 클래스 Imaging.DDSReader.DDSImage

상속: IDisposable
파일 보기 프로젝트 열기: andburn/dds-reader 1 사용 예제들

공개 메소드들

메소드 설명
DDSImage ( Stream ddsImage, bool preserveAlpha = true ) : System
DDSImage ( byte ddsImage, bool preserveAlpha = true ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
CreateBitmap ( int width, int height, byte rawData ) : System.Drawing.Bitmap
GetFormat ( DDSStruct header, uint &blocksize ) : Utils.PixelFormat
Parse ( BinaryReader reader ) : void
ReadData ( BinaryReader reader, DDSStruct header ) : byte[]
ReadHeader ( BinaryReader reader, DDSStruct &header ) : bool

메소드 상세

DDSImage() 공개 메소드

public DDSImage ( Stream ddsImage, bool preserveAlpha = true ) : System
ddsImage Stream
preserveAlpha bool
리턴 System

DDSImage() 공개 메소드

public DDSImage ( byte ddsImage, bool preserveAlpha = true ) : System
ddsImage byte
preserveAlpha bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void