Plot a line from this point to that point using standard draw.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void DrawTo(
Point2D that
)
Parameters
- that
- Type: Algs4NetPoint2D
the other point
See Also