Path.edge()

Javascript
Point path.edge(string side)

Returns the Point object at the edge of the path you specify. Edge must be one of:

  • top
  • bottom
  • left
  • right
  • topLeft
  • topRight
  • bottomLeft
  • bottomRight