PathPointY()

Syntax

Result.d = PathPointY(Distance.d)
Description
Returns the Y coordinate of the point at the given distance from the start of the current vector drawing path.

Parameters

Distance.d Specifies the distance from the start of the path. If this parameter is negative or larger than the total path length, the start/endpoint of the path is returned. The full length of the path can be determined with PathLength().

Return value

The Y coordinate of the point of the path.

Example

See PathPointX() for an example.

See Also

PathPointX(), PathPointAngle(), PathLength()

Supported OS

All

<- PathPointX() - VectorDrawing Index - PathSegments() ->