Search
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: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public PointList intersectSegment (
    Line line
)

 Parameters

line

 Return Value

 See Also