Draws a part of the Baltie's area on the Baltie's area at new coordinates.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[DefaultMethodAttribute]
public void DrawArea(
	int x,
	int y,
	int width,
	int height,
	int x2,
	int y2
)

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.

See Also