Namespace > IC.PhotoController Namespace > Classes > FeatherBuilder Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
FeatherBuilder Class

Class that prepares for the feather effect. This class cannot be inherited. 

A Feather effect is composed of:

  • Background
  • Foreground
  • Band

 

When you are feathering an image, which is the foreground automatically. Then you need to define the background, the canvas shape of your foreground, and the band width.

C++
public: class FeatherBuilder : public IDisposable;
C#
public sealed class FeatherBuilder : IDisposable;
Visual Basic
Public sealed Class FeatherBuilder
Inherits IDisposable

Use this class to define the properties of Feather.

IC.PhotoController.FeatherBuilder

Feather.cs

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