Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Matrix Property (BinaryFilterCommand)








Gets or sets an array of filter coefficients.
Syntax
public int[] Matrix {get; set;}
'Declaration
 
Public Property Matrix As Integer()
'Usage
 
Dim instance As BinaryFilterCommand
Dim value() As Integer
 
instance.Matrix = value
 
value = instance.Matrix
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'); 
public:
property array<int>^ Matrix {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array of filter coefficients.
Example
Refer to BinaryFilterCommand(bool,int[])
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

Error processing SSI file