Finds the intersection point of the lines defined by the specified point pairs.
Namespace: MindFusion
Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
---|
public static bool LineIntersect ( Point m1, Point m2, Point n1, Point n2, out Point result ) |
Visual Basic
Copy Code
|
---|
Public Shared Function LineIntersect( _ m1 As Point, _ m2 As Point, _ n1 As Point, _ n2 As Point, _ <System.Runtime.InteropServices.Out()> ByRef result As Point _ ) As Boolean |
Parameters
Return Value
See Also