C# Class System.Drawing.FastBitmap

Inheritance: IDisposable
Afficher le fichier Open project: garuma/apachai Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FastBitmap ( Bitmap bmp ) : System
FinallySave ( string path ) : void
GetBounds ( ) : Rectangle
GetColor ( int x, int y ) : Color
GetInitialPixelForRow ( int rowNumber ) : PixelData*
SetColor ( int x, int y, Color c ) : void
this ( int x, int y ) : PixelData*

Private Methods

Méthode Description
InitCurrentPixel ( ) : void
LockBitmap ( ) : void
UnlockBitmap ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FastBitmap() public méthode

public FastBitmap ( Bitmap bmp ) : System
bmp Bitmap
Résultat System

FinallySave() public méthode

public FinallySave ( string path ) : void
path string
Résultat void

GetBounds() public méthode

public GetBounds ( ) : Rectangle
Résultat Rectangle

GetColor() public méthode

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

GetInitialPixelForRow() public méthode

public GetInitialPixelForRow ( int rowNumber ) : PixelData*
rowNumber int
Résultat PixelData*

SetColor() public méthode

public SetColor ( int x, int y, Color c ) : void
x int
y int
c Color
Résultat void

this() public méthode

public this ( int x, int y ) : PixelData*
x int
y int
Résultat PixelData*