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(
	Bitmap dest,
	int x,
	int y
)

Parameters

dest
Type: Bitmap
Destination bitmap
x
Type: System..::..Int32
Destination X
y
Type: System..::..Int32
Destination Y

See Also