C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the array of weighting factors.
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');
The array of weighting factors. The factors apply to pixels in the neighborhood read left to right and top to bottom in the ABC order shown below:
Refer to SpatialFilterCommand()
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