Nevron .NET Vision
Nevron.GraphicsCore Namespace / NConvolutionImageFilter Class / BlurType Property


In This Topic
    BlurType Property
    In This Topic
    The type of blur convolution to use.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Blur")>
    <System.ComponentModel.DescriptionAttribute("The type of the blur to use.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property BlurType As BlurType
    'Usage
     
    
    Dim instance As NConvolutionImageFilter
    Dim value As BlurType
     
    instance.BlurType = value
     
    value = instance.BlurType
    [System.ComponentModel.Category("Blur")]
    [System.ComponentModel.Description("The type of the blur to use.")]
    [System.Xml.Serialization.XmlAttribute()]
    public BlurType BlurType {get; set;}
    Remarks
    This property defines the function used to make the convolution matrix applied on the image. By default set to BlurType.Linear.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also