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

Defines a BombWaveFilter to process the image. This class cannot be inherited. Imagine a bomb blows out under your image canvas, and the wave causes a movement to your canvas. This filter simulates that movement.

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

The bomb wave moves from the specified Center. Radius specifies the area of the shock. Within the radius, the image will remain original appearance. In another word, the bomb starts from the radius, moves up and down according to the specified amplitude, and extend to the specified wavelength. This is an interesting filter, which can be used to simulate the wave animation.

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