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 int[] Matrix { get; set; }
Public Property Matrix As Integer()
public int[] Matrix {get; set;}
@property (nonatomic, assign, nullable) const int *matrix
public int[] getMatrix()
public void setMatrix(int[] value)
<br/>get_Matrix();<br/>set_Matrix(value);<br/>Object.defineProperty('Matrix');
Array of (FilterWidth * FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).
Refer to UserFilterCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET