←Select platform

HeightExtension Property

Summary

Gets or sets the extension of the height of the local histogram equalizer rectangle, in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int HeightExtension { get; set; } 
Public Property HeightExtension As Integer 
public int HeightExtension {get; set;} 
@property (nonatomic, assign) NSInteger heightExtension 
public int getHeightExtension() 
public void setHeightExtension(int value) 
             
 <br/>get_HeightExtension();<br/>set_HeightExtension(value);<br/>Object.defineProperty('HeightExtension');  
public: 
property int HeightExtension { 
   int get(); 
   void set (    int ); 
} 

Property Value

The extension of the height of the local histogram equalizer rectangle, in pixels.

Example

Refer to LocalHistogramEqualizeCommand.

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.Color Assembly