VectSharp
2.2.1
A light library for C# vector graphics
|
Represents a filter that can be applied to an image regardless of its location on the graphics surface. More...
Public Member Functions | |
RasterImage | Filter (RasterImage image, double scale) |
Applies the filter to a RasterImage. More... | |
Additional Inherited Members | |
![]() | |
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 can be applied to an image regardless of its location on the graphics surface.
Definition at line 41 of file Filters.cs.
RasterImage VectSharp.Filters.ILocationInvariantFilter.Filter | ( | RasterImage | image, |
double | scale | ||
) |
Applies the filter to a RasterImage.
image | The RasterImage to which the filter will be applied. |
scale | The scale of the image with respect to the filter. |
Implemented in VectSharp.Filters.ColourMatrixFilter, VectSharp.Filters.CompositeLocationInvariantFilter, VectSharp.Filters.ConvolutionFilter, VectSharp.Filters.GaussianBlurFilter, and VectSharp.Filters.BoxBlurFilter.