PathBoundsHeight()

Syntax

Result.d = PathBoundsHeight()
Description
Returns the height of the bounding box for the current vector drawing path. The result is the difference between the lowest & highest Y coordinate that stroking/filling the current path would reach.

Parameters

None.

Return value

The height of the bounding box.

Example

See PathBoundsX() for an example.

See Also

PathBoundsX(), PathBoundsY(), PathBoundsWidth()

Supported OS

All

<- NewVectorPage() - VectorDrawing Index - PathBoundsWidth() ->