Copy (Screen function)
Return a copy of a screen object (Screen class)
This method returns a Screen object that is a copy of the method object. For more information about copyability, see “Copying Objects”
Syntax
%outScreen = screen:Copy
Syntax terms
%outscreen | A declared Screen object. |
---|---|
%screen | A reference to an instance of a Screen object, which may be Null. |
Usage notes
The method object (%screen) may be null. The output of a copy of a null object is a null object.