PathData
Constructors
Link copied to clipboard
constructor()
Allocate a new PathData.
constructor(scope: <Error class: unknown class>)
Allocate a new PathData using the provided AutofreeScope.
constructor(x: <Error class: unknown class>, y: <Error class: unknown class>, type: PathDataType, length: <Error class: unknown class>)
Allocate a new PathData.
constructor( x: <Error class: unknown class>, y: <Error class: unknown class>, type: PathDataType, length: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new PathData using the provided AutofreeScope.
constructor(cairoPathDataPointer: <Error class: unknown class><<Error class: unknown class>>)