Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GaussianBlurEffect Class
Properties Methods

In This Topic
    GaussianBlurEffect Class Members
    In This Topic

    The following tables list the members exposed by GaussianBlurEffect.

    Public Properties
     NameDescription
    Public PropertyGets or sets the color used to blend with the edge pixels of the image.

    The default is transparent black.

    .  
    Public PropertyGets or sets the mapping mode for the pixels outside of the border, in X direction.  
    Public PropertyGets or sets the mapping mode for the pixels outside of the border, in Y direction.  
    Public PropertyGets or sets a value indicating whether the effect should be applied in multiple threads to boost performance.

    The multi-threaded mode requires 3-4 times more memory for internal operations.

     
    Public PropertyGets or sets the radius of the blur, in pixels.  
    Public PropertyOverridden. Gets a value indicating whether the effect can be applied to an image with premultiplied alpha channel.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an instance of the GaussianBlurEffect class.  
    Top
    See Also