C# Class AGENT.Contrib.Drawing.CompressedBitmapReader

Afficher le fichier Open project: nothingmn/AGENT.Contrib

Méthodes publiques

Méthode Description
GetFirstPixel ( int &x, int &y, System.Color &color ) : bool
GetNextPixel ( int &x, int &y, System.Color &color ) : bool

Method Details

GetFirstPixel() public méthode

public GetFirstPixel ( int &x, int &y, System.Color &color ) : bool
x int
y int
color System.Color
Résultat bool

GetNextPixel() public méthode

public GetNextPixel ( int &x, int &y, System.Color &color ) : bool
x int
y int
color System.Color
Résultat bool