PatternedLineGetPointCount Method

Gets the number of pixels on line, calculated by Bresenham's algorithm.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public static int GetPointCount(
	Point p1,
	Point p2
)

Parameters

p1  Point
Coordinates of the 1st point.
p2  Point
Coordinates of the 2nd point.

Return Value

Int32
Number of pixels on line.

See Also