VectSharp
2.2.1
A light library for C# vector graphics
|
Represents a filter. Do not implement this interface directly; instead, implement ILocationInvariantFilter or IFilterWithLocation. More...
Properties | |
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. Do not implement this interface directly; instead, implement ILocationInvariantFilter or IFilterWithLocation.
Definition at line 25 of file Filters.cs.
|
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.
Definition at line 35 of file Filters.cs.
|
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.
Definition at line 30 of file Filters.cs.