VectSharp
2.2.1
A light library for C# vector graphics
|
Represents a filter with a parameter that needs to be rasterised at the same resolution as the subject image prior to applying the filter. More...
Public Member Functions | |
virtual void | RasteriseParameter (Func< Graphics, Rectangle, double, bool, RasterImage > rasterisationMethod, double scale) |
Rasterises the filter's parameter at the specified scale, using the specified rasterisation method. | |
void | Dispose () |
Represents a filter with a parameter that needs to be rasterised at the same resolution as the subject image prior to applying the filter.
Definition at line 86 of file Filters.cs.