lineTo abstract method

void lineTo(
  1. PointT p
)

Add a lineTo to the path

Implementation

void lineTo(PointT p);