The following tables list the members exposed by UserFilterCommand.
Name | Description | |
---|---|---|
UserFilterCommand Constructor | Overloaded. Initializes a new UserFilterCommand with default parameters. |
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). | |
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). | |
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. |
Name | Description | |
---|---|---|
Run | Overloaded. Overridden. Implements IRasterCommand.Run | |
ToString | Overridden. Overridden. Returns a meaningful name for this command. |