Calculates the intersections between the polygon and the given line segment. 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 Line object defining the segment to intersect with.