←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) 
             
 <br/>get_FilterHeight();<br/>set_FilterHeight(value);<br/>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

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