MobileForms Toolkit Documentation

ImageListEx.Draw Method

Draws the image indicated by the specified index on the specified Graphics at the given location.

Overload List

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);

See Also

ImageListEx Class | Resco.Controls Namespace