An NDoc Documented Class Library

Stroke.slope Method (Int32, Int32)

Computes the slope between two indices (rise over run)

public double slope(
   int a,
   int b
);

Parameters

a
Index for first point
b
Index for second point

Return Value

The slope between point[a] point[b]

See Also

Stroke Class | Converter Namespace | Stroke.slope Overload List