Instance Property
intersections
The outline intersections calculated for the most recently supplied layer.
Declaration
var intersections: FTPointArray? { get set }Declaration
@property (nonatomic, strong) FTPointArray * intersections;Declaration
intersections() -> FTPointArray
setIntersections_(intersections: FTPointArray)Discussion
The points are ordered along the guide and exclude the points delimiting the query. A value of nil indicates that no intersection line could be formed for the layer.
See Also
Measurements and Grid
Whether distances between consecutive outline intersections are displayed.
The distance in font units between tick marks along a line guide.
Calculates the intersections between the guide and a layer’s outlines.