C# Class CrystalMpq.DataFormats.JpegSurface

Inheritance: Surface
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
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[]

Méthodes protégées

Méthode Description
CopyToArgbInternal ( SurfaceData surfaceData ) : void
LockInternal ( int &stride ) : IntPtr
UnlockInternal ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CopyToArgbInternal() protected méthode

protected CopyToArgbInternal ( SurfaceData surfaceData ) : void
surfaceData SurfaceData
Résultat void

CreateStream() public méthode

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

JpegSurface() public méthode

public JpegSurface ( byte rawData, int width, int height, bool shareBuffer = false ) : System
rawData byte
width int
height int
shareBuffer bool
Résultat System

LockInternal() protected méthode

protected LockInternal ( int &stride ) : IntPtr
stride int
Résultat System.IntPtr

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

UnlockInternal() protected méthode

protected UnlockInternal ( ) : void
Résultat void