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.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public List<Point> IntersectSegment ( |
Visual Basic
![]() |
---|
Public Function IntersectSegment( _ |
The first point defining the segment to intersect with.
The second point defining the segment to intersect with.