eDriven Framework API 
Declaration Syntax
public delegate Color DrawFunctionDelegate(
int x,
int y,
Color c
)
Public Delegate Function DrawFunctionDelegate ( _
x As Integer, _
y As Integer, _
c As Color _
) As Color
public delegate Color DrawFunctionDelegate(
int x,
int y,
Color c
)
Assembly:
eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)