PathBoundsWidth()

Syntax

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

Parameters

None.

Return value

The width of the bounding box.

Example

See PathBoundsX() for an example.

See Also

PathBoundsX(), PathBoundsY(), PathBoundsHeight()

Supported OS

All

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