VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.Filters.GaussianBlurFilter Class Reference

Represents a filter that applies a Gaussian blur effect. More...

Inheritance diagram for VectSharp.Filters.GaussianBlurFilter:

Public Member Functions

 GaussianBlurFilter (double standardDeviation)
 Creates a new GaussianBlurFilter with the specified standard deviation. More...
 
RasterImage Filter (RasterImage image, double scale)
 Applies the filter to a RasterImage.
 

Properties

double StandardDeviation [get]
 The standard deviation of the Gaussian blur. More...
 
Point TopLeftMargin [get]
 
Point BottomRightMargin [get]
 
- Properties inherited from VectSharp.Filters.IFilter
Point TopLeftMargin [get]
 Determines how much the area of the filter's subject should be expanded on the top-left to accommodate the results of the filter. More...
 
Point BottomRightMargin [get]
 Determines how much the area of the filter's subject should be expanded on the bottom-right to accommodate the results of the filter. More...
 

Detailed Description

Represents a filter that applies a Gaussian blur effect.

Definition at line 26 of file GaussianBlurFilter.cs.

Constructor & Destructor Documentation

◆ GaussianBlurFilter()

VectSharp.Filters.GaussianBlurFilter.GaussianBlurFilter ( double  standardDeviation)

Creates a new GaussianBlurFilter with the specified standard deviation.

Parameters
standardDeviationThe standard deviation of the Gaussian blur.

Definition at line 43 of file GaussianBlurFilter.cs.

Property Documentation

◆ StandardDeviation

double VectSharp.Filters.GaussianBlurFilter.StandardDeviation
get

The standard deviation of the Gaussian blur.

Definition at line 31 of file GaussianBlurFilter.cs.


The documentation for this class was generated from the following file: