DiagramLite Programmer's Guide
Polygon.IntersectSegment Method (Line)
See Also
 





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

 Syntax

C#  Copy Code

public List<Point> IntersectSegment (
    Line line
)

Visual Basic  Copy Code

Public Function IntersectSegment( _
    line As Line _
) As List(Of Point)

 Parameters

line

The Line object defining the segment to intersect with.

 Return Value

 See Also

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