FilterType

EmfPlusSetTsGraphics.FilterType property

Gets or sets an 8-bit unsigned integer that specifies how scaling, including stretching and shrinking, is performed. It MUST be a value in the FilterType enumeration (section 2.1.1.11).

public EmfPlusFilterType FilterType { get; set; }

Property Value

The type of the filter.

See Also