PathSegment
Overview
PathSegment is a class in Aspose.PDF FOSS for TypeScript.
Properties: c1, c2, op, pt.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
op | : 'move' | Read | Gets the op. |
pt | : [number, number] | Read | Gets the pt. |
op | : 'line' | Read | Gets the op. |
pt | : [number, number] | Read | Gets the pt. |
op | : 'cubic' | Read | Gets the op. |
c1 | : [number, number] | Read | Gets the c1. |
c2 | : [number, number] | Read | Gets the c2. |
pt | : [number, number] | Read | Gets the pt. |