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


The following tables list the members exposed by ZoomBlurCommand.

Public Constructors

 NameDescription
Public ConstructorZoomBlurCommand ConstructorOverloaded.  Initializes a new ZoomBlurCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCenterPoint Gets or sets a point structure that contains the center point from which to blur the image.  
Public PropertyDimension Gets or sets a value that represents the amount of the blur.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyStress Gets or sets a value 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