LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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

 NameDescription
public Constructor AgingCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DustColorGets or sets a value that represents the color of the dust.  
public Property DustDensityGets or sets a value that represents the dust density, expressed in tenths of percent of the image area.  
public Property FlagsFlags that indicate the distortion type and the distortion color.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property HorizontalScratchCountGets or sets the number of horizontal scratch lines.  
public Property MaximumPitSizeGEts or sets a value that represents the maximum pit size, in pixels.  
public Property MaximumScratchLengthGets or sets the maximum scratch line length.  
public Property PitsColorGets or sets a value that represents the color of the pits.  
public Property PitsDensityGets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.  
public Property ScratchColorGets or sets a value that represents the color of the scratch lines.  
public Property VerticalScratchCountGets or sets the number of vertical scratch lines.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also