Skybound AutoComplete

DrawItemEventArgs.DrawImage Method 

Draws the item image at the given coordinates.

[Visual Basic]
Public Sub DrawImage( _
   ByVal location As Point _
)
[C#]
public void DrawImage(
   Point location
);

Parameters

location
The coordinates where the image is drawn.

See Also

DrawItemEventArgs Class | Skybound.AutoComplete Namespace