TCnImageList.Draw(_Graphics,Integer,Integer,Integer) Method
Draws the image indicated by the given index on the specified Graphics at the specified location.
Parameters
- Graphic
- Type: System.Void
The Graphics to draw on.
- X
- Type: Integer
The horizontal position at which to draw the image.
- Y
- Type: Integer
The vertical position at which to draw the image.
- Index
- Type: Integer
The index of the image in the ImageList to draw.