public AddFrame ( Image img, int x, int y, System.TimeSpan frameDelay = null ) : void | ||
img | Image | The image to add |
x | int | The positioning x offset this image should be displayed at. |
y | int | The positioning y offset this image should be displayed at. |
frameDelay | System.TimeSpan | The delay of the redraw of the next frame. |
리턴 | void |