VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.Filters.IFilter Interface Reference

Represents a filter. Do not implement this interface directly; instead, implement ILocationInvariantFilter or IFilterWithLocation. More...

Inheritance diagram for VectSharp.Filters.IFilter:

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

Detailed Description

Represents a filter. Do not implement this interface directly; instead, implement ILocationInvariantFilter or IFilterWithLocation.

Definition at line 25 of file Filters.cs.

Property Documentation

◆ BottomRightMargin

Point VectSharp.Filters.IFilter.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.

Definition at line 35 of file Filters.cs.

◆ TopLeftMargin

Point VectSharp.Filters.IFilter.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.

Definition at line 30 of file Filters.cs.


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