Description: This statement 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
Format: SetRefRect(CodePointer, Left, Bottom, Right, Top)
Parameters: CodePointer { Code pointer } { required } { no default: }
Any expression for the code pointer value which identifies the graphics statement.
Left { numeric } { required } { no default: }
Any numeric expression for the left side coordinate.
Bottom { numeric } { required } { no default: }
Any numeric expression for the bottom side coordinate.
Right { numeric } { required } { no default: }
Any numeric expression for the right side coordinate.
Top { numeric } { required } { no default: }
Any numeric expression for the top side coordinate.
Comments: This statement affects the .SRC file as well.