Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
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 ConstructorDrawStarCommand ConstructorOverloaded.  Initializes a new DrawStarCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAngle Gets or sets the angle to rotate the star.  
Public PropertyAngleOpacity Gets or sets the percent of feathering in towards or outward from the spoke border.  
Public PropertyBorderOpacity Gets or sets the transparency, in percent, of the spoke border.  
Public PropertyCenterPoint Get or sets the point structure that contains the star center.  
Public PropertyDistanceOpacity Gets or sets the percent of feathering in towards or outward from the spoke center.  
Public PropertyFlags Flag that indicates the direction of the rays.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyHoleSize Gets or sets the hole size.  
Public PropertyLowerColorFill Gets or sets the RasterColor object that specifies lower spoke side color.  
Public PropertyOpacity Gets or sets the transparency, in percent, between the star and the applied image.  
Public PropertyPhase Gets or sets the angle to shift the star's rays.  
Public PropertySpoke Gets or sets the number of spokes or rays directed inside or outside the star.  
Public PropertySpokeDivision Gets or sets the percent by which to increment or decrement the size of the low part spoke.  
Public PropertyStarHeight Gets or sets the star height.  
Public PropertyStarWidth Gets or sets the star width.  
Public PropertyUpperColorFill Gets or sets the RasterColor object that specifies upper spoke side color.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also