IScreen.Copy Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Copy(Int32, Int32, Int32, Int32, Int32, Int32)
Copy the contents of the specified rectangle.
Declaration
void Copy(int sourceLeft, int sourceTop, int targetLeft, int targetTop, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sourceLeft | Source X. |
Int32 | sourceTop | Source Y. |
Int32 | targetLeft | Target X. |
Int32 | targetTop | Target Y. |
Int32 | width | Width. |
Int32 | height | Height. |