←Select platform

Matrix Property

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) 
             
 <br/>get_Matrix();<br/>set_Matrix(value);<br/>Object.defineProperty('Matrix');  
public: 
property array<int>^ Matrix { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Array of filter coefficients.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly