Radius

EmfPlusSharpenEffect.Radius property

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

public float Radius { get; set; }

Property Value

The radius.

See Also