PathSegment

Overview

PathSegment is a class in Aspose.PDF FOSS for TypeScript.

Properties: c1, c2, op, pt.

Properties

NameTypeAccessDescription
op: 'move'ReadGets the op.
pt: [number, number]ReadGets the pt.
op: 'line'ReadGets the op.
pt: [number, number]ReadGets the pt.
op: 'cubic'ReadGets the op.
c1: [number, number]ReadGets the c1.
c2: [number, number]ReadGets the c2.
pt: [number, number]ReadGets the pt.