VectSharp
2.2.1
A light library for C# vector graphics
|
Represents a filter whose results depend on the position of the subject image on the graphics surface. More...
Public Member Functions | |
RasterImage | Filter (RasterImage image, Rectangle bounds, 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 whose results depend on the position of the subject image on the graphics surface.
Definition at line 55 of file Filters.cs.
RasterImage VectSharp.Filters.IFilterWithLocation.Filter | ( | RasterImage | image, |
Rectangle | bounds, | ||
double | scale | ||
) |
Applies the filter to a RasterImage.
image | The RasterImage to which the filter will be applied. |
bounds | The region on the graphics surface where the image will be drawn. |
scale | The scale of the image with respect to the filter. |
Implemented in VectSharp.Filters.MaskFilter.