C# Class Universe.Framework.Utilities.FastBitmap

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Méthode Description
Bitmap ( ) : Bitmap
FastBitmap ( Bitmap inputBitmap ) : System.Drawing
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
LockBitmap ( ) : void
SetPixel ( int x, int y, Color color ) : void
UnlockBitmap ( ) : void

Method Details

Bitmap() public méthode

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

FastBitmap() public méthode

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

GetPixel() public méthode

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

GetPixelNext() public méthode

public GetPixelNext ( ) : Color
Résultat System.Drawing.Color

LockBitmap() public méthode

public LockBitmap ( ) : void
Résultat void

SetPixel() public méthode

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

UnlockBitmap() public méthode

public UnlockBitmap ( ) : void
Résultat void