C# 클래스 PixelFarm.Agg.Imaging.GdiBitmapBackBuffer

상속: IDisposable
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
Dispose ( ) : void
GdiBitmapBackBuffer ( ) : System
Initialize ( int width, int height, int bitDepth, ActualImage actualImage ) : void
UpdateToHardwareSurface ( IntPtr displayHdc ) : void

copy buffer to

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GdiBitmapBackBuffer() 공개 메소드

public GdiBitmapBackBuffer ( ) : System
리턴 System

Initialize() 공개 메소드

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

UpdateToHardwareSurface() 공개 메소드

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