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