←Select platform

WidthExtension Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int WidthExtension { get; set; } 
Public Property WidthExtension As Integer 
public int WidthExtension {get; set;} 
@property (nonatomic, assign) NSInteger widthExtension 
public int getWidthExtension() 
public void setWidthExtension(int value) 
             
 <br/>get_WidthExtension();<br/>set_WidthExtension(value);<br/>Object.defineProperty('WidthExtension');  
public: 
property int WidthExtension { 
   int get(); 
   void set (    int ); 
} 

Property Value

The extension of the width 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