Draws image onto a supplied bitmap

Namespace: Skewworks.NETMF.Graphics
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public void Draw(
	int x,
	int y,
	Bitmap dest,
	int srcX,
	int srcY,
	int width,
	int height
)

Parameters

x
Type: System..::..Int32
Destination X
y
Type: System..::..Int32
Destination Y
dest
Type: Bitmap
Destination bitmap
srcX
Type: System..::..Int32
Source X
srcY
Type: System..::..Int32
Source Y
width
Type: System..::..Int32
Source width
height
Type: System..::..Int32
Source height

See Also