C# Class PixelFarm.Agg.Imaging.GdiBitmapBackBuffer

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Dispose ( ) : void
GdiBitmapBackBuffer ( ) : System
Initialize ( int width, int height, int bitDepth, ActualImage actualImage ) : void
UpdateToHardwareSurface ( IntPtr displayHdc ) : void

copy buffer to

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GdiBitmapBackBuffer() public méthode

public GdiBitmapBackBuffer ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( int width, int height, int bitDepth, ActualImage actualImage ) : void
width int
height int
bitDepth int
actualImage ActualImage
Résultat void

UpdateToHardwareSurface() public méthode

copy buffer to
public UpdateToHardwareSurface ( IntPtr displayHdc ) : void
displayHdc System.IntPtr
Résultat void