eDriven Framework API
CalculatePixelColor Method (drawable, x, y)
NamespaceseDriven.Gui.Graphics.BaseGraphicsBaseCalculatePixelColor(IDraw, Int32, Int32)
eDriven Framework API
If DrawFunction defined, uses it to find the color on the supplied coordinates If not, returns the given color
Declaration Syntax
C#Visual BasicVisual C++
protected Color CalculatePixelColor(
	IDraw drawable,
	int x,
	int y
)
Protected Function CalculatePixelColor ( _
	drawable As IDraw, _
	x As Integer, _
	y As Integer _
) As Color
protected:
Color CalculatePixelColor(
	IDraw^ drawable, 
	int x, 
	int y
)
Parameters
drawable (IDraw)
x (Int32)
y (Int32)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)