Type alias TEndPathInfo

TEndPathInfo: TPathSegmentInfoCommon<"Z"> & {
    destX: number;
    destY: number;
}

Type declaration

  • destX: number
  • destY: number

Generated using TypeDoc