[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Copies a specified source area of the screen buffer to a specified destination area. Tab=Console [Property] sourceLeft=Sets the leftmost column of the source area. ARG(int)|1|0 sourceTop=Sets the topmost row of the source area. ARG(int)|1|0 sourceWidth=Sets the number of columns in the source area. ARG(int)|1|0 sourceHeight=Sets the number of rows in the source area. ARG(int)|1|0 targetLeft=Sets the leftmost column of the destination area. ARG(int)|1|0 targetTop=Sets the topmost row of the destination area. ARG(int)|1|0 sourceChar=Sets the character used to fill the source area. ARG(char)|2| sourceBackColor=Sets the background color used to fill the source area. ARG(ConsoleColor)|20|(empty)|ConsoleColor sourceForeColor=Sets the foreground color used to fill the source area. ARG(ConsoleColor)|20|(empty)|ConsoleColor [Methods] doMoveBufferArea=Copies a specified source area of the screen buffer to a specified destination area. ARG(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)|1|0 doMoveBufferArea2=Copies a specified source area of the screen buffer to a specified destination area. ARG(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)|1|0 *sourceBackColor=Defines the background color used to fill the source area. ARG(ConsoleColor)|4|0 *sourceChar=Defines the character used to fill the source area. ARG(char)|4|106 *sourceForeColor=Defines the foreground color used to fill the source area. ARG(ConsoleColor)|4|0 *sourceHeight=Defines the number of rows in the source area. ARG(int)|4|1 *sourceLeft=Defines the leftmost column of the source area. ARG(int)|4|1 *sourceTop=Defines the topmost row of the source area. ARG(int)|4|1 *sourceWidth=Defines the number of columns in the source area. ARG(int)|4|1 *targetLeft=Defines the leftmost column of the destination area. ARG(int)|4|1 *targetTop=Defines the topmost row of the destination area. ARG(int)|4|1