ObservablePoint.copyFrom method
ObservablePoint › copyFrom
Unofficial
Copies x and y from the given point.Signature:
copyFrom(p: IPointData): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| p | IPointData | The point to copy from. |
Returns: this — This point for chaining.