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

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

Syntax

C#
public void DrawImage(
	Image image,
	int x,
	int y
)

Parameters

image
Type: System.Drawing..::.Image
A source image Image.
x
Type: System..::.Int32
The X-coordinate of the upper-left corner of the drawn image.
y
Type: System..::.Int32
The Y-coordinate of the upper-left corner of the drawn image.

Exceptions

ExceptionCondition
System..::.ArgumentNullException image is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also