Calculates the intersections between the polygon and the line 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> IntersectLine ( |
Visual Basic
![]() |
---|
Public Function IntersectLine( _ |
The first point defining the line to intersect with.
The second point defining the line to intersect with.