Click or drag to resize

FilterMode Class

A filter mode.
Inheritance Hierarchy
SystemObject
  FM.IceLink.YuvFilterMode

Namespace:  FM.IceLink.Yuv
Assembly:  FM.IceLink.Yuv (in FM.IceLink.Yuv.dll) Version: 1.1.2.607 (1.1.2.607)

The FilterMode type exposes the following members.

Constructors
  NameDescription
Public methodFilterMode
Initializes a new instance of the FilterMode class
Top
Properties
  NameDescription
Public propertyStatic memberBilinear
Gets the value indicating bilinear. This is faster than box, but produces lower quality.
Public propertyStatic memberBox
Gets the value indicating box. This is the slowest option, but produces the highest quality.
Public propertyStatic memberLinear
Gets the value indicating linear (horizontal only). This is faster than bilinear, but produces lower quality.
Public propertyStatic memberNone
Gets the value indicating no filter (point sample). This is the fastest option, but produces the lowest quality.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also