API Documentation > CorelDRAW > 2025-v26 > MathUtils > IVGMathUtils
MathUtils.IntersectLineSegments method
Find the intersection between two line segments
Syntax:
Function IntersectLineSegments(ByVal S1 As Point, ByVal E1 As Point, ByVal S2 As Point, ByVal E2 As Point, ByRef ppVal As Point) As Boolean
Parameters:
Name Type Description
S1
E1
S2
E2
ppVal