C# Class FFImageLoading.Work.BitmapHolder

Inheritance: IBitmap
Afficher le fichier Open project: daniel-luberda/FFImageLoading Class Usage Examples

Méthodes publiques

Méthode Description
BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions
FreePixels ( ) : void
GetPixelAsColor ( int pos ) : System.Color
GetPixelAsColor ( int x, int y ) : System.Color
GetPixelAsInt ( int pos ) : int
GetPixelAsInt ( int x, int y ) : int
SetPixel ( int pos, Color color ) : void
SetPixel ( int pos, int color ) : void
SetPixel ( int x, int y, Color color ) : void
SetPixel ( int x, int y, int color ) : void

Method Details

BitmapHolder() public méthode

public BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions
pixels byte
width int
height int
Résultat FFImageLoading.Extensions

FreePixels() public méthode

public FreePixels ( ) : void
Résultat void

GetPixelAsColor() public méthode

public GetPixelAsColor ( int pos ) : System.Color
pos int
Résultat System.Color

GetPixelAsColor() public méthode

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

GetPixelAsInt() public méthode

public GetPixelAsInt ( int pos ) : int
pos int
Résultat int

GetPixelAsInt() public méthode

public GetPixelAsInt ( int x, int y ) : int
x int
y int
Résultat int

SetPixel() public méthode

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

SetPixel() public méthode

public SetPixel ( int pos, int color ) : void
pos int
color int
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

SetPixel() public méthode

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