It defines an action that performs feathering. Feathering blurs the edges of a given area/region on the target Element, blending it into the background. This class cannot be inherited.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public sealed class Feather : Action
Visual Basic (Declaration)
Public NotInheritable Class Feather _
	Inherits Action
Visual C++
public ref class Feather sealed : public Action

Inheritance Hierarchy

System..::.Object
  Neodynamic.SDK.ImageDraw..::.Action
    Neodynamic.SDK.ImageDraw..::.Feather

See Also