Click or drag to resize
LineDrawingPlotFunction Delegate
The plot function delegate

Namespace: Slash.Math.Geometry.Lines
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public delegate bool PlotFunction(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x co-ord being plotted
y
Type: SystemInt32
The y co-ord being plotted

Return Value

Type: Boolean
True to continue, false to stop the algorithm
See Also