LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor FourierTransformInformation ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DataGets the 2D data array.  
public Property DataPointerGets the data pointer.  
public Property DataSizeGets the size of data pointer.  
public Property HeightGets the height of the 2D array in pixels.  
public Property WidthGets the width of the 2D array in pixels.  
Top

Public Methods

 NameDescription
public Method CloneClones the current object into a new object.  
public Method DisposeOverloaded. Releases all resources used by the FastFourierTransformCommand.  
public Method GetDataOfGets the resulting transformed data complex at the given location.  
public Method SetDataSets the 2D data array.  
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Protected Methods

 NameDescription
protected Method FinalizeDestructor of the FastFourierTransformCommand class.  
Top

See Also