Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBlurImageFilter Class / SetParams Method


In This Topic
    SetParams Method
    In This Topic
    Updates all parameters of the blur filter.
    Syntax
    'Declaration
     
    
    Public Sub SetParams( _
       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 instance As NBlurImageFilter
    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
     
    instance.SetParams(type, size, alphaChannelOnly, blurLeft, blurTop, blurRight, blurBottom)
    public void SetParams( 
       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
    Remarks
    It is recommended to use this function if you modify most of the parameters of the filter to optimize performance.
    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