# class ImmutableLine



ImmutableLine inherits from Shape


# MEMBERS

# member read-only type

Type: Shape.Type

# member read-only p1

Type: ImmutablePoint

# member read-only p2

Type: ImmutablePoint

# CONSTRUCTORS

# constructor ImmutableLine()

Description:

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

Description:

Parameters:

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

# constructor ImmutableLine(line)

Description:

Parameters:

# constructor ImmutableLine(p1, p2)

Description:

Parameters:

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