←Select platform

FilterWidth Property

Summary

Gets or sets the number of columns in the user-defined array (mask).

Syntax
C#
VB
Objective-C
C++
Java
public int FilterWidth { get; set; } 
Public Property FilterWidth As Integer 
@property (nonatomic, assign) NSUInteger filterWidth 
public int getFilterWidth() 
public void setFilterWidth(int value) 
public: 
property int FilterWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of columns in the user-defined array (mask). This property only accepts positive values.

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