Home > @jsplumbtoolkit/browser-ui > LineXY
LineXY type
Defines a line from some point to another.
Signature:
export declare type LineXY = [PointXY, PointXY];
References: PointXY
Home > @jsplumbtoolkit/browser-ui > LineXY
Defines a line from some point to another.
Signature:
export declare type LineXY = [PointXY, PointXY];
References: PointXY