←Select platform

WidthExtension Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int WidthExtension { get; set; } 
Public Property WidthExtension As Integer 
@property (nonatomic, assign) NSInteger widthExtension 
public int getWidthExtension() 
public void setWidthExtension(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly