DrawingBaseIsLineIntersectsLine Method |
Checks if two line intersects with each other
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntaxprotected 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
BooleanTrue if the lines intersects, else false
See Also