DiagramLite Programmer's Guide
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.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 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

The first point defining the segment to intersect with.

b

The second point defining the segment to intersect with.

 Return Value

 See Also

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