EmfPlusSharpenEffect Class

Summary: The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusSharpenEffect

Inheritance: EmfPlusImageEffectsObjectType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusSharpenEffect()Initializes a new instance of the EmfPlusSharpenEffect class

Properties

NameTypeAccessDescription
amountfloatr/wGets or sets A 32-bit floating-point number that specifies the difference in intensity
between a given pixel and the surrounding pixels.
0 Specifies that sharpening MUST NOT be performed.
0 < value ≤ 100
As this value increases, the difference in intensity between pixels SHOULD
increase.
radiusfloatr/wGets or sets A 32-bit floating-point number that specifies the sharpening radius in pixels,
which determines the number of pixels involved in calculating the new value of a given pixel.
As this value increases, the number of pixels involved in the calculation increases, and the
resulting bitmap SHOULD become sharper.

Constructor: EmfPlusSharpenEffect()

 EmfPlusSharpenEffect() 

Initializes a new instance of the EmfPlusSharpenEffect class