Contents

CGPathElementType.addLineToPoint

The path element that adds a line from the current point to a new point.

Declaration

case addLineToPoint

Discussion

The element holds a single point for the destination. See the function CGPathAddLineToPoint.

See Also

Constants