Skip to main content

PathUtils

Functions

fromTextWhizzPath()

function fromTextWhizzPath(path): Path;

Parameters

ParameterType
pathPath

Returns

Path


getPathFirstPoint()

function getPathFirstPoint(path): PointF;

Parameters

ParameterType
pathPath

Returns

PointF


getPathLastPoint()

function getPathLastPoint(path): PointF;

Parameters

ParameterType
pathPath

Returns

PointF


toTextWhizzPath()

function toTextWhizzPath(textWhizz, modelPath): any;

Parameters

ParameterType
textWhizzany
modelPathPath

Returns

any

Was this page helpful?