ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / DirectionalBlur Class / StandardDeviation Property

In This Topic
    StandardDeviation Property (DirectionalBlur)
    In This Topic
    Gets or sets the amount of blur to be applied to the image. Default: 1.0f
    Syntax
    'Declaration
     
    Public Property StandardDeviation As Single
    public float StandardDeviation {get; set;}
    Remarks
    You can compute the blur radius of the kernel by multiplying the standard deviation by 3. The units of both the standard deviation and blur radius are DIPs. A value of zero DIPs disables this effect entirely.
    See Also