DiagramLite Programmer's Guide
Polygon.IntersectLine Method (Point, Point)
See Also
 





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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

a

The first point defining the line to intersect with.

b

The second point defining the line to intersect with.

 Return Value

 See Also

IntersectLine Method Overload List
Polygon Members
Polygon Class
MindFusion.Geometry2D Namespace