VectSharp
2.2.1
A light library for C# vector graphics
|
Represents a filter that applies a Gaussian blur effect. More...
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] |
![]() | |
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... | |
Represents a filter that applies a Gaussian blur effect.
Definition at line 26 of file GaussianBlurFilter.cs.
VectSharp.Filters.GaussianBlurFilter.GaussianBlurFilter | ( | double | standardDeviation | ) |
Creates a new GaussianBlurFilter with the specified standard deviation.
standardDeviation | The standard deviation of the Gaussian blur. |
Definition at line 43 of file GaussianBlurFilter.cs.
|
get |
The standard deviation of the Gaussian blur.
Definition at line 31 of file GaussianBlurFilter.cs.