Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RingEffectCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : RingEffectCommand Class


The following tables list the members exposed by RingEffectCommand.

Public Constructors

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

Public Properties

  Name Description
Public Property Angle Gets or sets the rotation angle value for each ring compared to the inner ring, in hundredths of degrees.  
Public Property Color Gets or sets the color used to fill the undefined area.  
Public Property Flags Gets or sets a value that controls the behavior of this command.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property Origin Gets or sets the coordinates (in pixels) for the origin of the rings.  
Public Property Radius Gets or sets the width of each ring in pixels or the maximum radius.  
Public Property Randomize Gets or sets the starting point for the randomization process.  
Public Property RingCount Gets or sets the number of rings.  
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