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

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...

Inheritance diagram for VectSharp.Filters.FilterWithRasterisableParameter:

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 ()
 

Detailed Description

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.


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