C#
VB
C++
Gets or sets an array of filter coefficients.
[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>^ );
}
Array of filter coefficients.
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