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


The following tables list the members exposed by FourierTransformInformation.

Public Constructors

 NameDescription
Public ConstructorFourierTransformInformation ConstructorOverloaded.  Initializes a new FourierTransformInformation object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyData Gets the 2D data array.  
Public PropertyDataPointer Gets the data pointer.  
Public PropertyDataSize Gets the size of data pointer.  
Public Propertystatic (Shared in Visual Basic)Empty Gets an Empty class.  
Public PropertyHeight Gets the height of the 2D array in pixels.  
Public PropertyWidth Gets the width of the 2D array in pixels.  
Top

Public Methods

 NameDescription
Public MethodClone Clones the current object into a new object.  
Public MethodDisposeOverloaded.  Releases all resources used by the FastFourierTransformCommand.  
Public MethodGetDataOf Gets the result transomed data complex at the given location.  
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Destructor of the FastFourierTransformCommand class.  
Top

See Also