←Select platform

Matrix Property (BinaryRequest)

Summary

Gets or sets an array of filter coefficients.

Syntax

C#
VB
C++
[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>^ ); 
} 

Property Value

Array of filter coefficients.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.ImageProcessing.DataContracts Assembly
Click or drag to resize