Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScrambleCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : ScrambleCommand Class


The following tables list the members exposed by ScrambleCommand.

Public Constructors

  Name Description
Public Constructor ScrambleCommand Constructor Overloaded.  Initializes a new instance of the ScrambleCommand class with default parameters.  
Top

Public Properties

  Name Description
Public Property Flags Gets or sets the flag that determines whether to encrypt or decrypt the area.  
Public Property HasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public Property Key Gets or sets the key that determines the scramble.  
Public Property Rectangle Gets or sets the rectangle which describes the area to scramble.  
Top

Public Methods

  Name Description
Public Method OnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public Method Run Implements IRasterCommand.Run. (Inherited from RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

  Name Description
Public Event Progress Implements Progress. (Inherited from RasterCommand)
Top

See Also