Skip to content

ObservablePoint.copyFrom method

ObservablePoint › copyFrom

Unofficial

Copies x and y from the given point.

Signature:

copyFrom(p: IPointData): this

Parameters:

Parameter Type Description
p IPointData The point to copy from.

Returns: thisThis point for chaining.