Search
Polygon.IntersectSegment Method (Point, Point)
See Also
 






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public List<Point> IntersectSegment (
    Point a,
    Point b
)

Visual Basic  Copy Code

Public Function IntersectSegment( _
    a As Point, _
    b As Point _
) As List(Of Point)

 Parameters

a

b

 Return Value

 See Also