Draws the specified image, using its original physical size, at the location specified by a coordinate pair.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void DrawImage(
	Image image,
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub DrawImage ( _
	image As Image, _
	x As Double, _
	y As Double _
)
Visual C++
public:
void DrawImage(
	Image^ image, 
	double x, 
	double y
)

See Also