Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Matrix", IsRequired=True)> Public Property Matrix As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Matrix", IsRequired=true)] public int[] Matrix {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Matrix", IsRequired=true)] public: property array<int>^ Matrix { array<int>^ get(); void set (intarray<value>^ value); } |
Return Value
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.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family