Amount

EmfPlusSharpenEffect.Amount property

Gets 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.

public float Amount { get; set; }

Property Value

The amount.

See Also