Click or drag to resize

MathAlgorithmsDraw2DLine Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Draw2DLine(
	Vector2I start,
	Vector2I end,
	MathAlgorithmsDrawPixelDelegate drawPixelCallback
)

Parameters

start
Type: NeoAxisVector2I
end
Type: NeoAxisVector2I
drawPixelCallback
Type: NeoAxisMathAlgorithmsDrawPixelDelegate
See Also