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


For a list of all members of this type, see UserFilterCommand members.

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

See Also