Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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

  Name Description
Public Constructor DrawStarCommand Constructor Overloaded.  Initializes a new DrawStarCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property Angle Gets or sets the angle to rotate the star.  
Public Property AngleOpacity Gets or sets the percent of feathering in towards or outward from the spoke border.  
Public Property BorderOpacity Gets or sets the transparency, in percent, of the spoke border.  
Public Property CenterPoint Get or sets the point structure that contains the star center.  
Public Property DistanceOpacity Gets or sets the percent of feathering in towards or outward from the spoke center.  
Public Property Flags Flag that indicates the direction of the rays.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property HoleSize Gets or sets the hole size.  
Public Property LowerColorFill Gets or sets the RasterColor object that specifies lower spoke side color.  
Public Property Opacity Gets or sets the transparency, in percent, between the star and the applied image.  
Public Property Phase Gets or sets the angle to shift the star's rays.  
Public Property Spoke Gets or sets the number of spokes or rays directed inside or outside the star.  
Public Property SpokeDivision Gets or sets the percent by which to increment or decrement the size of the low part spoke.  
Public Property StarHeight Gets or sets the star height.  
Public Property StarWidth Gets or sets the star width.  
Public Property UpperColorFill Gets or sets the RasterColor object that specifies upper spoke side color.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also