Source

Classes

Matrix
Point
Size

Type Definitions

PointLike

A point-like object. Can be a Point, Size, number, array, or object with x and y properties.
Type:
  • Point | Size | number | Array.<number> | Object
Source