LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Amount Property (UnsharpMaskCommand)

Show in webframe







Gets or sets a value that represents an adjustment factor. This is a percentage.
Syntax
public int Amount {get; set;}
'Declaration
 
Public Property Amount As Integer
'Usage
 
Dim instance As UnsharpMaskCommand
Dim value As Integer
 
instance.Amount = value
 
value = instance.Amount
public int Amount {get; set;}
@property (nonatomic, assign) 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. This is a percentage.
Example
Refer to UnsharpMaskCommand.
Requirements

Target Platforms

See Also

Reference

UnsharpMaskCommand Class
UnsharpMaskCommand Members

 

 


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