←Select platform

FilterHeight Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int FilterHeight {get; set;}
Public Property FilterHeight As Integer
public int FilterHeight {get; set;}
@property (nonatomic, assign) NSUInteger filterHeight
public int getFilterHeight() 
public void setFilterHeight(int value) 
get_FilterHeight(); 
set_FilterHeight(value); 
Object.defineProperty('FilterHeight'); 
public: 
property int FilterHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of rows 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