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

The following tables list the members exposed by UserFilterCommand.

Public Constructors

 NameDescription
Public Constructor UserFilterCommand ConstructorOverloaded.  Initializes a new UserFilterCommand with default parameters.  
Top

Public Properties

 NameDescription
Public Property CenterPoint Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.  
Public Property Divisor Gets or sets a value used to divide the final result of the output.  
Public Property FilterHeight Gets or sets the number of rows in the user-defined array (mask).  
Public Property FilterWidth Gets or sets the number of columns in the user-defined array (mask).  
Public Property Matrix Gets 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).  
Public Property Offset Gets or sets a value used to offset the final result of the output.  
Public Property Type Gets or sets a flag that indicates the type of operation.  
Top

Public Methods

 NameDescription
Public Method RunOverloaded. Overridden.  Implements IRasterCommand.Run  
Public Method ToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

See Also