Click or drag to resize
SpriteController Constructor
Overload List
  NameDescription
Public methodCode exampleSpriteController(PictureBox)
Create a sprite controller, specifying the picturebox on which the sprites will be displayed. You want to have the PictureBox already defined, and a background image already set for the PictureBox.
Public methodCode exampleSpriteController(PictureBox, EventHandler)
Create a sprite controller, specifying the picturebox on which the sprites will be displayed.
Top
See Also