C# Class AGENT.Contrib.Drawing.CompressedBitmapReader

Datei anzeigen Open project: nothingmn/AGENT.Contrib

Public Methods

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

Method Details

GetFirstPixel() public method

public GetFirstPixel ( int &x, int &y, System.Color &color ) : bool
x int
y int
color System.Color
return bool

GetNextPixel() public method

public GetNextPixel ( int &x, int &y, System.Color &color ) : bool
x int
y int
color System.Color
return bool