C# 클래스 CrystalMpq.DataFormats.JpegSurface

상속: Surface
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
Clone ( ) : object
CreateStream ( ) : Stream

Creates a stream for accessing the surface data.

The returned stream can be used for reading the surface data.

JpegSurface ( byte rawData, int width, int height, bool shareBuffer = false ) : System
ToArray ( ) : byte[]

보호된 메소드들

메소드 설명
CopyToArgbInternal ( SurfaceData surfaceData ) : void
LockInternal ( int &stride ) : IntPtr
UnlockInternal ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CopyToArgbInternal() 보호된 메소드

protected CopyToArgbInternal ( SurfaceData surfaceData ) : void
surfaceData SurfaceData
리턴 void

CreateStream() 공개 메소드

Creates a stream for accessing the surface data.
The returned stream can be used for reading the surface data.
public CreateStream ( ) : Stream
리턴 Stream

JpegSurface() 공개 메소드

public JpegSurface ( byte rawData, int width, int height, bool shareBuffer = false ) : System
rawData byte
width int
height int
shareBuffer bool
리턴 System

LockInternal() 보호된 메소드

protected LockInternal ( int &stride ) : IntPtr
stride int
리턴 System.IntPtr

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

UnlockInternal() 보호된 메소드

protected UnlockInternal ( ) : void
리턴 void