Finds the intersection point of the lines defined by the specified point pairs.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public static Point LineIntersect ( |
Visual Basic Copy Code |
---|
Public Shared Function LineIntersect( _ |
The intersection point of the specified lines or Point(float.MinValue, float.MinValue) if the lines do not intersect.