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

The following tables list the members exposed by DrawStarCommand.

Public Constructors

 NameDescription
public Constructor DrawStarCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AngleGets or sets the angle to rotate the star.  
public Property AngleOpacityGets or sets the percent of feathering in towards or outward from the spoke border.  
public Property BorderOpacityGets or sets the transparency, in percent, of the spoke border.  
public Property CenterPointGet or sets the point structure that contains the star center.  
public Property DistanceOpacityGets or sets the percent of feathering in towards or outward from the spoke center.  
public Property FlagsFlag that indicates the direction of the rays.  
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 HoleSizeGets or sets the hole size.  
public Property LowerColorFillGets or sets the RasterColor object that specifies lower spoke side color.  
public Property OpacityGets or sets the transparency, in percent, between the star and the applied image.  
public Property PhaseGets or sets the angle to shift the star's rays.  
public Property SpokeGets or sets the number of spokes or rays directed inside or outside the star.  
public Property SpokeDivisionGets or sets the percent by which to increment or decrement the size of the low part spoke.  
public Property StarHeightGets or sets the star height.  
public Property StarWidthGets or sets the star width.  
public Property UpperColorFillGets or sets the RasterColor object that specifies upper spoke side color.  
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 command.  
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