PatternedLineDrawPatternLine Method

Draws a patterned line.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public void DrawPatternLine(
	Bitmap bmp,
	Color color,
	Point p1,
	Point p2,
	int nWidth
)

Parameters

bmp  Bitmap
The bitmap for drawing on.
color  Color
Color of the line
p1  Point
Coordinates of the starting point.
p2  Point
Coordinates of the ending point.
nWidth  Int32
Represents the width of the drawn line.

See Also