Draws the specified Image object, using its original physical size, at the specified location.

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

Syntax

C#
public void DrawImage(
	Image image,
	Vector location
)
Visual Basic (Declaration)
Public Sub DrawImage ( _
	image As Image, _
	location As Vector _
)
Visual C++
public:
void DrawImage(
	Image^ image, 
	Vector location
)

See Also