Creates a new Image flipped horizontally, vertically, or both.

Namespace: ImageSense.Filters
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IFlipFilter : IFilter
Visual Basic
Public Interface IFlipFilter _
	Inherits IFilter
Visual C++
public interface class IFlipFilter : IFilter

See Also