Public classes

Controller
DisplayModel
DotMatrix
ImageToContent
TextToContent

Commands/

   AbsCmd
   AbsCmdPosition
   AbsCmdSpeed
   CallbackCommand
   ClearCommand
   ContentCommand
   PauseCommand
   TextCommand

Displays/

   Display
   DisplayObj
   Display_3D
   Display_Sprite
   Display_Texture
   Display_UI


Introduction page

ContentCommand
Derived from AbsCmdPosition


Command to add free content on display. Content is defined by two dimensional int array where each value represent wanted state of dot.


Constructors

public ContentCommand (int[,] content)Create new content command.

Constructors

public ContentCommand (int[,] content)

Create new content command. By default content is displayed in middle and center of the display.

ParameterscontentFree content to be added on screen.