Public classes
Controller |
ClearCommand
Command to clear or fill the display. Clearing may be instant or happen with some effect like scrolling all the content away from display, or clearing/filling display row by row or columns by column. Enums
Constructors
Properties
Enums public enum Methods List of methods how display can be cleared or filled. Default is instant.
Constructors public ClearCommand () Creates new clear command. public ClearCommand (bool fill) Creates new clear or fill command. This constructor is available mostly for backward compatibility for old versions. If parameter is false, this is same as ClearCommand() and also same as ClearCommand(0) If parameter is true, this is same as ClearCommand(1)
public ClearCommand (int targetState) Creates new clear or fill command.
Properties public Methods Method Gets or sets the method how display is cleared or filled, one of the values from enum Methods.
|