Nevron.GraphicsCore Namespace / NBlurImageFilter Class / SetParams Method


SetParams Method
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)

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