Computes the slope of this stroke (rise over run)
public double slope(int);
Computes the slope between two indices (rise over run)
public double slope(int,int);
Stroke Class | Converter Namespace