Draws a part of the Baltie's area on the Baltie's area at new coordinates.
            
    Namespace: 
   SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
public void DrawArea( int x, int y, int width, int height, int x2, int y2, int width2, int height2 )  | 
Parameters
- x
 - Type: System..::.Int32
The destination X-coordinate. 
- y
 - Type: System..::.Int32
The destination Y-coordinate. 
- width
 - Type: System..::.Int32
The width of the destination area. 
- height
 - Type: System..::.Int32
The height of the destination area. 
- x2
 - Type: System..::.Int32
The source X-coordinate. 
- y2
 - Type: System..::.Int32
The source Y-coordinate. 
- width2
 - Type: System..::.Int32
The width of the source area. 
- height2
 - Type: System..::.Int32
The height of the source area.