C# Class QualityBot.Util.FastBitmap

Afficher le fichier Open project: Ancestry/quality-bot

Méthodes publiques

Méthode 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 méthode

public FastBitmap ( Bitmap inputBitmap ) : System
inputBitmap System.Drawing.Bitmap
Résultat System

GetPixel() public méthode

public GetPixel ( int x, int y ) : Color
x int
y int
Résultat Color

GetPixelNext() public méthode

public GetPixelNext ( ) : Color
Résultat Color

LockImage() public méthode

public LockImage ( ) : void
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
Résultat void

UnlockImage() public méthode

public UnlockImage ( ) : void
Résultat void