Click or drag to resize

DrawingBaseIsLineIntersectsLine Method

Checks if two line intersects with each other

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
protected bool IsLineIntersectsLine(
	Point p1,
	Point p2,
	Point p3,
	Point p4
)

Parameters

p1  Point
Start point of Line 1
p2  Point
End point of line 1
p3  Point
Start point of line 2
p4  Point
End point of line 2

Return Value

Boolean
True if the lines intersects, else false
See Also