C# Class PixelFarm.Agg.Imaging.GdiBitmapBackBuffer

Inheritance: IDisposable
Show file Open project: prepare/HTML-Renderer

Public Methods

Method 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 method

public Dispose ( ) : void
return void

GdiBitmapBackBuffer() public method

public GdiBitmapBackBuffer ( ) : System
return System

Initialize() public method

public Initialize ( int width, int height, int bitDepth, ActualImage actualImage ) : void
width int
height int
bitDepth int
actualImage ActualImage
return void

UpdateToHardwareSurface() public method

copy buffer to
public UpdateToHardwareSurface ( IntPtr displayHdc ) : void
displayHdc System.IntPtr
return void