Search
Polygon.IntersectLine Method (Line)
See Also
 






Calculates the intersections between the polygon and the given line. The result is a list containing all points of intersection.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public List<Point> IntersectLine (
    Line line
)

Visual Basic  Copy Code

Public Function IntersectLine( _
    line As Line _
) As List(Of Point)

 Parameters

line

 Return Value

 See Also