LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Amount Property

Show in webframe







Gets or sets the adjustment factor.
Syntax
public int Amount {get; set;}
'Declaration
 
Public Property Amount As Integer
'Usage
 
Dim instance As AdaptiveContrastCommand
Dim value As Integer
 
instance.Amount = value
 
value = instance.Amount
public int Amount {get; set;}
@property (nonatomic, assign) unsigned int amount;
public int getAmount()
public void setAmount(int value)
            
 
get_Amount();
set_Amount(value);
Object.defineProperty('Amount');
public:
property int Amount {
   int get();
   void set (    int value);
}

Property Value

Value that represents an adjustment factor. Its range starts from 100 and has no upper limit.
Example
Refer to AdaptiveContrastCommand example.
Requirements

Target Platforms

See Also

Reference

AdaptiveContrastCommand Class
AdaptiveContrastCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.