PatternedLineGetPointCount Method
Gets the number of pixels on line, calculated by Bresenham's algorithm.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public static int GetPointCount(
Point p1,
Point p2
)
Public Shared Function GetPointCount (
p1 As Point,
p2 As Point
) As Integer
- p1 Point
- Coordinates of the 1st point.
- p2 Point
- Coordinates of the 2nd point.
Int32Number of pixels on line.