eDriven Framework API
If DrawFunction defined, uses it to find the color on the supplied coordinates
If not, returns the given color

Declaration Syntax
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
)

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