Draws the specified image image, using its original physical size, at the specified location.
Namespace:
SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
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
Exception | Condition |
---|---|
System..::.ArgumentNullException | image is nullNothingnullptra null reference (Nothing in Visual Basic). |