'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