Namespace > IC.PhotoController.Filter Namespace > Classes > TwirlFilter Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
TwirlFilter Class

Defines a TwirlFilter effect to process the image. This class cannot be inherited. The basic idea is from the polar coordinate. Suppose we convert each pixel coordinate to polar system, and change the angle, then convert it back, you will get a twirl feeling.

C++
public: class TwirlFilter : public BaseOffsetFilter;
C#
public sealed class TwirlFilter : BaseOffsetFilter;
Visual Basic
Public sealed Class TwirlFilter
Inherits BaseOffsetFilter

TwirlFilter.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.