Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorUserFilterCommand ConstructorOverloaded.  Initializes a new UserFilterCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCenterPoint 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 PropertyDivisor Gets or sets a value used to divide the final result of the output.  
Public PropertyFilterHeight Gets or sets the number of rows in the user-defined array (mask).  
Public PropertyFilterWidth Gets or sets the number of columns in the user-defined array (mask).  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMatrix 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 PropertyOffset Gets or sets a value used to offset the final result of the output.  
Public PropertyType Gets or sets a flag that indicates the type of operation.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also