SetRefRect

(Engine-Level Function)

Description: Sets the first four constant parameters of a layered graphic statement.
Warning: This statement should be used by advanced users only since irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script or steady state.
Function Groups: Compilation and On-Line Modifications, Graphics
Related to:
Format: SetRefRect(CodePointer, Left, Bottom, Right, Top)
Parameters:  
CodePointer
Required. Any expression for the code pointer value which identifies the graphics statement.
Left
Required. Any numeric expression for the left side coordinate.
Bottom
Required. Any numeric expression for the bottom side coordinate.
Right
Required. Any numeric expression for the right side coordinate.
Top
Required. Any numeric expression for the top side coordinate.
Comments: This statement affects the .SRC file as well.