C#
VB
C++
Gets or sets the array of weighting factors.
[DataMemberAttribute(Name="Matrix", IsRequired=true)]
public int[] Matrix { get; set; }
<DataMemberAttribute(Name="Matrix", IsRequired=True)>
Public Property Matrix As Integer()
[DataMemberAttribute(Name="Matrix", IsRequired=true)]
public:
property array<int>^ Matrix {
array<int>^ get();
void set ( array<int>^ );
}
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:
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