Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Amount Property (UnsharpMaskCommand)








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) NSInteger amount
public int getAmount()
public void setAmount(int value)
            
 <br/>get_Amount();<br/>set_Amount(value);<br/>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

Error processing SSI file