←Select platform

Sharpness Property

Summary

Gets or sets the amount to change the sharpness.

Syntax
C#
VB
Objective-C
C++
Java
public int Sharpness { get; set; } 
Public Property Sharpness As Integer 
@property (nonatomic, assign) NSInteger sharpness 
public int getSharpness() 
public void setSharpness(int value) 
public: 
property int Sharpness { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly