Click or drag to resize
BitmapExtrasDrawLine Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void DrawLine(
	Bitmap b,
	Color c,
	Tuple<int, int> one,
	Tuple<int, int> two
)

Parameters

b
Type: System.DrawingBitmap
c
Type: System.DrawingColor
one
Type: SystemTupleInt32, Int32
two
Type: SystemTupleInt32, Int32
See Also