C# 클래스 PixelFarm.Drawing.WinGdi.BufferBitmapStore

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
BufferBitmapStore ( int w, int h ) : System
GetFreeBmp ( ) : System.Drawing.Bitmap
RelaseBmp ( System bmp ) : void

메소드 상세

BufferBitmapStore() 공개 메소드

public BufferBitmapStore ( int w, int h ) : System
w int
h int
리턴 System

GetFreeBmp() 공개 메소드

public GetFreeBmp ( ) : System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

RelaseBmp() 공개 메소드

public RelaseBmp ( System bmp ) : void
bmp System
리턴 void