Specifies the area/region's shape used for feathering.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public enum FeatherShape
Visual Basic (Declaration)
Public Enumeration FeatherShape
Visual C++
public enum class FeatherShape

Members

Member nameDescription
Rectangle
Oval
Polygon
Star
Path
VerticalSides
HorizontalSides
RoundedRectangle
RoundedPolygon
RoundedStar
RoundedPath

See Also