Instance Method
intersections()intersectionsintersections
Points where segments of the layer outlines intersect each other.
Declaration
func intersections() -> FTPointArrayDeclaration
- (FTPointArray *) intersections;Declaration
intersections() -> FTPointArrayDiscussion
The returned point array may contain the same point more than once. Treat the point array as read-only.
See Also
Intersections
Points where a line segment intersects the outlines of the layer.
Points where a line segment intersects the outlines of the layer.
Points where a line segment intersects the outlines of the layer.