Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBlurImageFilter Class / NBlurImageFilter Constructor / NBlurImageFilter Constructor(BlurType,NSizeL,Boolean,Boolean,Boolean,Boolean,Boolean)


In This Topic
    NBlurImageFilter Constructor(BlurType,NSizeL,Boolean,Boolean,Boolean,Boolean,Boolean)
    In This Topic
    Creates a new blur filter using the specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As BlurType, _
       ByVal size As NSizeL, _
       ByVal alphaChannelOnly As System.Boolean, _
       ByVal blurLeft As System.Boolean, _
       ByVal blurTop As System.Boolean, _
       ByVal blurRight As System.Boolean, _
       ByVal blurBottom As System.Boolean _
    )
    'Usage
     
    
    Dim type As BlurType
    Dim size As NSizeL
    Dim alphaChannelOnly As System.Boolean
    Dim blurLeft As System.Boolean
    Dim blurTop As System.Boolean
    Dim blurRight As System.Boolean
    Dim blurBottom As System.Boolean
     
    Dim instance As New NBlurImageFilter(type, size, alphaChannelOnly, blurLeft, blurTop, blurRight, blurBottom)
    public NBlurImageFilter( 
       BlurType type,
       NSizeL size,
       System.bool alphaChannelOnly,
       System.bool blurLeft,
       System.bool blurTop,
       System.bool blurRight,
       System.bool blurBottom
    )

    Parameters

    type
    size
    alphaChannelOnly
    blurLeft
    blurTop
    blurRight
    blurBottom
    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