'Declaration Public Shared Function __isLinesIntersect( _ ByVal linePoints As List(Of IPoint), _ ByVal lineWidth As Double, _ ByVal linePoints2 As List(Of IPoint), _ ByVal lineWidth2 As Double _ ) As Boolean
public static bool __isLinesIntersect( List<IPoint> linePoints, double lineWidth, List<IPoint> linePoints2, double lineWidth2 )
Parameters
- linePoints
- lineWidth
- linePoints2
- lineWidth2