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


The following tables list the members exposed by AgingCommand.

Public Constructors

  Name Description
Public Constructor AgingCommand Constructor Overloaded.  Initializes a new AgingCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property DustColor Gets or sets a value that represents the color of the dust.  
Public Property DustDensity Gets or sets a value that represents the dust density, expressed in tenths of percent of the image area.  
Public Property Flags Flags that indicate the distortion type and the distortion color.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property HorizontalScratchCount Gets or sets the number of horizontal scratch lines.  
Public Property MaximumPitSize GEts or sets a value that represents the maximum pit size, in pixels.  
Public Property MaximumScratchLength Gets or sets the maximum scratch line length.  
Public Property PitsColor Gets or sets a value that represents the color of the pits.  
Public Property PitsDensity Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.  
Public Property ScratchColor Gets or sets a value that represents the color of the scratch lines.  
Public Property VerticalScratchCount Gets or sets the number of vertical scratch lines.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this method.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

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

See Also