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

 NameDescription
Public ConstructorRingEffectCommand ConstructorOverloaded.  Initializes a new RingEffectCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAngle Gets or sets the rotation angle value for each ring compared to the inner ring, in hundredths of degrees.  
Public PropertyColor Gets or sets the color used to fill the undefined area.  
Public PropertyFlags Gets or sets a value that controls the behavior of this command.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyOrigin Gets or sets the coordinates (in pixels) for the origin of the rings.  
Public PropertyRadius Gets or sets the width of each ring in pixels or the maximum radius.  
Public PropertyRandomize Gets or sets the starting point for the randomization process.  
Public PropertyRingCount Gets or sets the number of rings.  
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