C# Class PixelArtUpScaler.FastBitmap

Show file Open project: michaelrbk/pixelart-vectorizer Class Usage Examples

Public Methods

Method Description
FastBitmap ( Bitmap inputBitmap ) : System
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
GetPixelPos ( int x, int y ) : Pixel
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

GetBitmap() public method

public GetBitmap ( ) : Bitmap
return System.Drawing.Bitmap

GetPixel() public method

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

GetPixelNext() public method

public GetPixelNext ( ) : Color
return Color

GetPixelPos() public method

public GetPixelPos ( int x, int y ) : Pixel
x int
y int
return Pixel

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