←Select platform

UserFilterCommand Class Members

Summary

The following tables list the members exposed by UserFilterCommand.

Public Constructors

Name Description
UserFilterCommand Initializes a new UserFilterCommand class object with explicit parameters.

Public Methods

Name Description
GetStringDescription Returns a meaningful name for this command.
OnProgress Implements OnProgress. (Inherited from RasterCommand)
Run Implements Run. (Inherited from RasterCommand)
ToString Overridden. Returns a meaningful name for this command.

Public Properties

Name Description
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.
Divisor Gets or sets a value used to divide the final result of the output.
FilterHeight Gets or sets the number of rows in the user-defined array (mask).
FilterWidth Gets or sets the number of columns in the user-defined array (mask).
HasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
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).
MatrixLength Get or set the length of matrix array
Offset Gets or sets a value used to offset the final result of the output.
Type Gets or sets a flag that indicates the type of operation.

Public Events

Name Description
Progress Implements Progress. (Inherited from RasterCommand)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly