←Select platform

FilterWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int FilterWidth { get; set; } 
Public Property FilterWidth As Integer 
public int FilterWidth {get; set;} 
@property (nonatomic, assign) NSUInteger filterWidth 
public int getFilterWidth() 
public void setFilterWidth(int value) 
             
 <br/>get_FilterWidth();<br/>set_FilterWidth(value);<br/>Object.defineProperty('FilterWidth');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly