Determines whether the specified line segments intersect.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static bool Intersect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Intersect( _ |
true if the segments intersect, false if not.
See Also