←Select platform

Matrix Property

Summary

Gets or sets an array of (FilterWidth * FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).

Syntax
C#
VB
Objective-C
C++
Java
public int[] Matrix { get; set; } 
Public Property Matrix As Integer() 
@property (nonatomic, assign, nullable) const int *matrix 
public int[] getMatrix() 
public void setMatrix(int[] value) 
public: 
property array<int>^ Matrix { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Array of (FilterWidth * FilterHeight) integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc).

Example

Refer to UserFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly