Applies simple sharpen effect on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Sharpen ( _
strength As Integer _
)
public void Sharpen(
int strength
)
Type: System.Int32
Value in range [0, 100] specifying sharpening strength. Minimum value makes no changes, maximum value produces maximum sharpening effect.'Sharpen the image (strongly)
bitmap.Transforms.Sharpen(95)
//Sharpen the image (strongly)
bitmap.Transforms.Sharpen(95);