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


The following tables list the members exposed by RadialWaveCommand.

Public Constructors

 NameDescription
Public ConstructorRadialWaveCommand ConstructorOverloaded.  Initializes a new RadialWaveCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAmplitude Gets or sets an integer that represents the magnitude of the wave.  
Public PropertyCenterPoint Gets or sets a point structure that contains the point from which the wave radiates.  
Public PropertyFillColor Gets or sets the fill color for any exposed areas.  
Public PropertyFlags Flags that indicate how to handle exposed areas, the type of information in the WaveLength property.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyPhase Gets or sets the Wave phase shift, in hundredths of degrees.  
Public PropertyWaveLength Gets or sets a value that represents the wave length.  
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