C# Class CrystalMpq.DataFormats.Surface.Wrapper

Base class for wrapping a Surface inside another one.
Inherit this class for defining a new type of surface that itself contains no data.
Inheritance: Surface
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
CreateStream ( ) : Stream
ToArray ( ) : byte[]
Wrapper ( Surface surface ) : System

Méthodes protégées

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

Method Details

CopyToArgbInternal() protected final méthode

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

CreateStream() public final méthode

public final CreateStream ( ) : Stream
Résultat Stream

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LockInternal() protected final méthode

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

ToArray() public final méthode

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

UnlockInternal() protected final méthode

protected final UnlockInternal ( ) : void
Résultat void

Wrapper() public méthode

public Wrapper ( Surface surface ) : System
surface Surface
Résultat System