Finds the intersection point of the lines defined by the specified point pairs.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static Point LineIntersectNaN ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function LineIntersectNaN( _ |
The intersection point of the specified lines or Point(double.NaN, double.NaN) if the lines do not intersect.
See Also