method DOMMatrixReadOnly.transformPoint
#DOMMatrixReadOnly.transformPoint(point?: DOMPointInit): DOMPointThe transformPoint method of the DOMMatrixReadOnly interface creates a new DOMPoint object, transforming a specified point by the matrix. Neither the matrix nor the original point are altered.
Parameters #
#point: DOMPointInit optional