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


The following tables list the members exposed by RadialBlurCommand.

Public Constructors

 NameDescription
Public ConstructorRadialBlurCommand ConstructorOverloaded.  Initializes a new RadialBlurCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCenterPoint Gets or sets a point structure that contains the point around which the pixels are rotated.  
Public PropertyDimension Gets or sets an integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyStress Gets or sets an integer that represents the amount of the blur intensity.  
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