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


The following tables list the members exposed by FastFourierTransformCommand.

Public Constructors

 NameDescription
Public ConstructorFastFourierTransformCommand ConstructorOverloaded.  Initializes a new FastFourierTransformCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type.  
Public PropertyFourierTransformInformationFourierTransformInformation structure. The Data property of the FourierTransformInformation object is a two-dimensional array that will hold the frequency components of the image.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
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