'Declaration Protected Overridable Sub PaintImage( _ ByVal graphics As Graphics, _ ByVal destinationRectangle As Rectangle, _ ByVal image As Image _ )
'Usage Dim instance As ComboBoxTextBoxArea Dim graphics As Graphics Dim destinationRectangle As Rectangle Dim image As Image instance.PaintImage(graphics, destinationRectangle, image)
Parameters
- graphics
- The System.Drawing.Graphics object used to paint the image.
- destinationRectangle
- The System.Drawing.Rectangle in which to paint the image.
- image
- The System.Drawing.Image to paint.