←Select platform

Matrix Property (BinaryFilterCommand)

Summary

Gets or sets an array of filter coefficients.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] Matrix {get; set;}
Public Property Matrix As Integer()
public int[] Matrix {get; set;}
@property (nonatomic, assign, nullable) const int *matrix
public int[] getMatrix() 
public void setMatrix(int[] value) 
get_Matrix(); 
set_Matrix(value); 
Object.defineProperty('Matrix'); 
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.ImageProcessing.Effects Assembly
Click or drag to resize