C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class / DrawImage Method / DrawImage(Graphics,IntPtr,Rectangle) Method
Grapthics object.
Device context.
Rectangle to draw image in.

In This Topic
DrawImage(Graphics,IntPtr,Rectangle) Method
In This Topic
Draws image in the control.
Syntax
'Declaration
 
Protected Overloads Overridable Sub DrawImage( _
   ByVal g As Graphics, _
   ByVal dc As IntPtr, _
   ByVal bounds As Rectangle _
) 
 

Parameters

g
Grapthics object.
dc
Device context.
bounds
Rectangle to draw image in.
See Also