←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) 
get_FilterWidth(); 
set_FilterWidth(value); 
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

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