Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBlurImageFilter Class / Size Property


In This Topic
    Size Property (NBlurImageFilter)
    In This Topic
    The size of the horizontal and vertical blur matrices.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Blur")>
    <System.ComponentModel.DescriptionAttribute("The size of the horizontal and vertical blur matrices.")>
    Public Property Size As NSizeL
    'Usage
     
    
    Dim instance As NBlurImageFilter
    Dim value As NSizeL
     
    instance.Size = value
     
    value = instance.Size
    [System.ComponentModel.Category("Blur")]
    [System.ComponentModel.Description("The size of the horizontal and vertical blur matrices.")]
    public NSizeL Size {get; set;}
    Remarks
    This property defines the size of blurring applied on the image in pixels. By default set to (5, 5).
    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