Namespace > IC.PhotoController.Filter Namespace > Classes > WindFilter Class
PhotoController 2.1
ContentsIndexHome
PreviousUpNext
WindFilter Class

Defines a Wind effect to process the image. This class cannot be inherited. First, according to the user specified threshold, we determine if a pixel can be treated as an edge. If so, we base on the user specified BlowStyle and Strength to to produce a wind trace on the edge. The trace can be thought as a linear function that starts from the specific pixel coordinate.

C++
public: class WindFilter : public BaseFilter;
C#
public sealed class WindFilter : BaseFilter;
Visual Basic
Public sealed Class WindFilter
Inherits BaseFilter
IC.PhotoController.Filter.BaseFilter
    IC.PhotoController.Filter.WindFilter
Send comments about this topic.
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.