PathBoundsY()

Syntax

Result.d = PathBoundsY()
Description
Returns the Y coordinate (top/left corner) of the bounding box for the current vector drawing path. The result is the lowest Y coordinate that stroking/filling the current path would reach.

Parameters

None.

Return value

The Y coordinate of the bounding box.

Example

See PathBoundsX() for an example.

See Also

PathBoundsX(), PathBoundsWidth(), PathBoundsHeight()

Supported OS

All

<- PathBoundsX() - VectorDrawing Index - PathCursorX() ->