# class Line



Line inherits from ImmutableLine


# MEMBERS

# member read-only type

Type: Shape.Type

# member p1

Type: Point

# member p2

Type: Point

# CONSTRUCTORS

# constructor Line()

Description:

# constructor Line(x1, y1, x2, y2)

Description:

Parameters:

  • x1: (Number) -
  • y1: (Number) -
  • x2: (Number) -
  • y2: (Number) -

# constructor Line(line)

Description:

Parameters:

# constructor Line(p1, p2)

Description:

Parameters:

Last Updated: 12/20/2022, 8:12:45 AM