C# Class QualityBot.Util.FastBitmap

Mostra file Open project: Ancestry/quality-bot

Public Methods

Method Description
FastBitmap ( Bitmap inputBitmap ) : System
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
LockImage ( ) : void
SetPixel ( int x, int y, Color color ) : void
UnlockImage ( ) : void

Method Details

FastBitmap() public method

public FastBitmap ( Bitmap inputBitmap ) : System
inputBitmap System.Drawing.Bitmap
return System

GetPixel() public method

public GetPixel ( int x, int y ) : Color
x int
y int
return Color

GetPixelNext() public method

public GetPixelNext ( ) : Color
return Color

LockImage() public method

public LockImage ( ) : void
return void

SetPixel() public method

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
return void

UnlockImage() public method

public UnlockImage ( ) : void
return void