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

Defines a SpredFilter to process the image; this class cannot be inherited. 

This filter will randomly spread the original pixel to another pixel with the range of the user specified horizontal and vertical distance.

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