Skip to main content

Path.edge()

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

Example of the Path.edge() method