GetPathBound

Description:              This function returns the bounding box coordinates for a path.

Returns:                    Numeric

Usage:                       Script or Steady State

Format:                      GetPathBound(Path, Object, Transform, Side)

Parameters:             Path     { path }  { required }  { no default }

                                              Any expression that returns a Path value.

                                    Object     { Object value }  { required }  { no default }

                                              Any object expression which defines the window where Path is drawn.

                                    Transform     { numeric }  { required }  { no default }

                                              Any expression for the transform value applied to Path.

                             Side     { numeric }  { required }  { no default }

                                              Any numeric expression for the coordinate to return:

Side

Side to Return

0

Left

1

Bottom

2

Right

3

Top

 

See Also:

GetModuleRefBox | Path