LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
UserFilterCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Effects Namespace : UserFilterCommand Class

The following tables list the members exposed by UserFilterCommand.

Public Constructors

 NameDescription
public Constructor UserFilterCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property CenterPointGets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center. Supported in Silverlight, Windows Phone 7  
public Property DivisorGets or sets a value used to divide the final result of the output. Supported in Silverlight, Windows Phone 7  
public Property FilterHeightGets or sets the number of rows in the user-defined array (mask). Supported in Silverlight, Windows Phone 7  
public Property FilterWidthGets or sets the number of columns in the user-defined array (mask). Supported in Silverlight, Windows Phone 7  
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 MatrixGets or sets an array of (FilterWidth * FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc). Supported in Silverlight, Windows Phone 7  
public Property OffsetGets or sets a value used to offset the final result of the output. Supported in Silverlight, Windows Phone 7  
public Property TypeGets or sets a flag that indicates the type of operation. Supported in Silverlight, Windows Phone 7  
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 command. Supported in Silverlight, Windows Phone 7  
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