The Sharpen method sharpens an image.
Syntax
object.Sharpen( Range )
Parameter |
Type |
Description |
Range |
Integer |
required; value between -100 and 100 |
Example
This example sharpens the image by a value of 58.
Bitmap.Sharpen( Range:=58 )
Used by: Bitmap object