Copy the contents of the specified rectangle.
Namespace:
Rebex.TerminalEmulation.Interop
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Sub Copy ( _ sourceLeft As Integer, _ sourceTop As Integer, _ targetLeft As Integer, _ targetTop As Integer, _ width As Integer, _ height As Integer _ ) |
C# |
---|
void Copy( int sourceLeft, int sourceTop, int targetLeft, int targetTop, int width, int height ) |
Parameters
- sourceLeft
- Type: System..::..Int32
Source X.
- sourceTop
- Type: System..::..Int32
Source Y.
- targetLeft
- Type: System..::..Int32
Target X.
- targetTop
- Type: System..::..Int32
Target Y.
- width
- Type: System..::..Int32
Width.
- height
- Type: System..::..Int32
Height.