←Select platform

Matrix Property (UserFilterCommand)

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
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 (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

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