Search
Polygon.IntersectSegment Method (Line)
See Also
 






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public List<Point> IntersectSegment (
    Line line
)

Visual Basic  Copy Code

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

 Parameters

line

 Return Value

 See Also