Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / BlurFilter 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 Size, _
       ByVal alphaChannelOnly As Boolean, _
       ByVal blurLeft As Boolean, _
       ByVal blurTop As Boolean, _
       ByVal blurRight As Boolean, _
       ByVal blurBottom As Boolean _
    ) 
    'Usage
     
    Dim instance As BlurFilter
    Dim type As BlurType
    Dim size As Size
    Dim alphaChannelOnly As Boolean
    Dim blurLeft As Boolean
    Dim blurTop As Boolean
    Dim blurRight As Boolean
    Dim blurBottom As Boolean
     
    instance.SetParams(type, size, alphaChannelOnly, blurLeft, blurTop, blurRight, blurBottom)
    public void SetParams( 
       BlurType type,
       Size size,
       bool alphaChannelOnly,
       bool blurLeft,
       bool blurTop,
       bool blurRight,
       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