GetPathBound

(Engine-Level Function)

Description: Returns the bounding box coordinates for a path.
Returns: Numeric
Usage: Script or steady state.
Function Groups: Graphics
Related to: GetModuleRefBox | Path
Format: GetPathBound(Path, Object, Transform, Side)
Parameters:  
Path
Required. Any expression that returns a Path value.
Object
Required. Any object expression which defines the window where Path is drawn.
Transform
Required. Any expression for the transform value applied to Path.
Side
Required. Any numeric expression for the coordinate to return:

Side

Side to Return

0

Left

1

Bottom

2

Right

3

Top

Comments:

Seldom used in modern applications.