←Select platform

Sharpness Property

Summary

Gets or sets the amount to change the sharpness.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Sharpness {get; set;}
Public Property Sharpness As Integer
public int Sharpness {get; set;}
@property (nonatomic, assign) NSInteger sharpness
public int getSharpness() 
public void setSharpness(int value) 
get_Sharpness(); 
set_Sharpness(value); 
Object.defineProperty('Sharpness'); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize