LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
VignnetCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : VignnetCommand Class

The following tables list the members exposed by VignnetCommand.

Public Constructors

 NameDescription
public Constructor VignnetCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property FadingGets or sets the value that represents the percent of feathering in towards or outward from the vignette object.  
public Property FadingRateGets or sets the value that represents the value which indicates the fading rate.  
public Property FlagsGets or sets the enumeration that contains all the flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property HeightGets or sets the value that represents the height in pixels of the vignette ellipse or rectangle objects.  
public Property OriginGets or sets the center point for all vignette objects (circle, ellipse, rectangle, and square).  
public Property VignetteColorGets or sets the value that represents the vignette object color.  
public Property WidthGets or sets the value that represents the value which indicates the dimension of the vignette object in pixels.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also