'Declaration Protected Overloads Overridable Sub DrawImage( _ ByVal point As Point, _ ByVal disabled As Boolean _ )
'Usage Dim instance As SmartPaint Dim point As Point Dim disabled As Boolean instance.DrawImage(point, disabled)
Parameters
- point
- A System.Drawing.Point structure representing the position at which to draw the image.
- disabled
- true if the image should be drawn disabled; false otherwise.