LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Sharpness Property






Gets or sets the amount to change the sharpness. .NET support WinRT support Silverlight support
Syntax
public int Sharpness {get; set;}
'Declaration
 
Public Property Sharpness As Integer
'Usage
 
Dim instance As SharpenCommand
Dim value As Integer
 
instance.Sharpness = value
 
value = instance.Sharpness
public int Sharpness {get; set;}
 get_Sharpness();
set_Sharpness(value);
public:
property int Sharpness {
   int get();
   void set (    int value);
}

Property Value

The amount to change the sharpness. Valid values range from -1000 to +1000. Negative sharpness values decrease the sharpness of the image. Specify -1000 for minimum sharpness. Positive sharpness values increase the sharpness. Specify +1000 for maximum sharpness.
Example
Refer to SharpenCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SharpenCommand Class
SharpenCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.