Method Draw
Draw(Graphics, float, float, int)
Draws an image on the specified graphic surface at the location specified by a coordinate pair.
public virtual bool Draw(Graphics g, float x, float y, int index)
Parameters
gGraphicsThe Graphics object to draw on.
xfloatX-coordinate of the upper-left corner of the image to be drawn.
yfloatY-coordinate of the upper-left corner of the image to be drawn.
indexintIndex of image to draw within image list.