[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Performs a bit-block transfer of color data from the screen to the drawing surface of the Graphics. [Property] Graphics=Sets the Graphics to transfer of color data from the screen. ARG(Graphics)|20|(empty)|Graphics PixelOperation=Sets one of the CopyPixelOperation values. ARG(CopyPixelOperation)|20|(empty)|CopyPixelOperation UpperLeftSource=Sets the point at the upper-left corner of the source rectangle. ARG(Point)|20|(empty)|Point UpperLeftDestination=Sets the point at the upper-left corner of the destination rectangle. ARG(Point)|20|(empty)|Point RegionSize=Sets the size of the area to be transferred. ARG(Size)|20|(empty)|Size SourceX=Sets the x-coordinate of the point at the upper-left corner of the source rectangle. ARG(int)|1|0 SourceY=Sets the y-coordinate of the point at the upper-left corner of the source rectangle. ARG(int)|1|0 DestinationX=Sets the x-coordinate of the point at the upper-left corner of the destination rectangle. ARG(int)|1|0 DestinationY=Sets the y-coordinate of the point at the upper-left corner of the destination rectangle. ARG(int)|1|0 [Methods] doCopyFromScreen=Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. ARG(Point upperLeftSource, Point upperLeftDestination, Size regionsize)|1|0 *doCopyFromScreen2=Performs a bit-block transfer of color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. ARG(Point upperLeftSource, Point upperLeftDestination, Size regionsize, CopyPixelOperation pixeloperation)|1|0 *doCopyFromScreen3=Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. ARG(int sourceX, int sourceY, int destinationX, int destinationY, Size regionsize)|1|0 *doCopyFromScreen4=Performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. ARG(int sourceX, int sourceY, int destinationX, int destinationY, Size regionsize, CopyPixelOperation pixeloperation)|1|0 Graphics=Defines the Graphics to transfer of color data from the screen. ARG(Graphics)|4|0 *upperLeftSource=Defines the point at the upper-left corner of the source rectangle. ARG(Point)|4|0 *upperLeftDestination=Defines the point at the upper-left corner of the destination rectangle. ARG(Point)|4|0 *regionSize=Defines the size of the area to be transferred. ARG(Size)|4|0 *pixelOperation=Defines one of the CopyPixelOperation values. ARG(CopyPixelOperation)|4|0 *sourceX=Defines the x-coordinate of the point at the upper-left corner of the source rectangle. ARG(int)|4|1 *sourceY=Defines the y-coordinate of the point at the upper-left corner of the source rectangle. ARG(int)|4|1 *destinationX=Defines the x-coordinate of the point at the upper-left corner of the destination rectangle. ARG(int)|4|1 *destinationY=Defines the y-coordinate of the point at the upper-left corner of the destination rectangle. ARG(int)|4|1