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.
public: class BombWaveFilter : public BaseOffsetFilter;
public sealed class BombWaveFilter : BaseOffsetFilter;
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.
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.BaseOffsetFilter IC.PhotoController.Filter.BombWaveFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|