'Declaration Public Sub DrawBitmap( _ ByVal image As Image, _ ByVal x As Integer, _ ByVal y As Integer _ )
'Usage Dim instance As SmartPaint Dim image As Image Dim x As Integer Dim y As Integer instance.DrawBitmap(image, x, y)
Parameters
- image
- A reference to System.Drawing.Image representing the image to draw.
- x
- The x-coordinate at which to draw the bitmap.
- y
- The y-coordinate at which to draw the bitmap.