PatternedLineDrawPatternLine Method
Draws a patterned line.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public void DrawPatternLine(
Bitmap bmp,
Color color,
Point p1,
Point p2,
int nWidth
)
Public Sub DrawPatternLine (
bmp As Bitmap,
color As Color,
p1 As Point,
p2 As Point,
nWidth As Integer
)
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.