LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Amount Property (SharpenEffect)

Show in webframe





Gets or sets the amount to change the sharpness. This is a dependency property.
Syntax
public double Amount {get; set;}
'Declaration
 
Public Property Amount As Double
'Usage
 
Dim instance As SharpenEffect
Dim value As Double
 
instance.Amount = value
 
value = instance.Amount

            

            
public:
property double Amount {
   double get();
   void set (    double value);
}

Property Value

The amount to change the sharpness.Negative sharpness values decrease the sharpness of the image and positive sharpness values increase the sharpness. Default value is 1.
Example

For XAML example, refer to SharpenEffect.

For C#/VB examples, refer to SharpenEffect.

Requirements

Target Platforms

See Also

Reference

SharpenEffect Class
SharpenEffect Members

 

 


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