Draws the image indicated by the specified index on the specified Graphics at the given location.
Draws the image indicated by the specified index on the specified Graphics at the given location.
public void Draw(Graphics,Point,int);
Draws the image indicated by the given index on the specified Graphics at the specified location.
public void Draw(Graphics,int,int,int);
Draws the image indicated by the given index on the specified Graphics using the specified location and size.
public void Draw(Graphics,int,int,int,int,int);
ImageListEx Class | Resco.Controls Namespace