eDriven Framework API
DrawFunctionDelegate Delegate
NamespaceseDriven.Gui.Graphics.BaseDrawFunctionDelegate
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
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
)
Parameters
x (Int32)
y (Int32)
c (Color)

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