Interface IPoint

Properties of a Point.

Hierarchy

  • IPoint

Implemented by

Properties

x?: null | number

Point x

xDeprecated?: null | number

Point xDeprecated

y?: null | number

Point y

yDeprecated?: null | number

Point yDeprecated

Generated using TypeDoc