Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Clone Method








Clones the current object into a new object.
Syntax
'Declaration
 
Public Function Clone() As FourierTransformInformation
'Usage
 
Dim instance As FourierTransformInformation
Dim value As FourierTransformInformation
 
value = instance.Clone()
public FourierTransformInformation clone()
 function Leadtools.ImageProcessing.Core.FourierTransformInformation.Clone()
public:
FourierTransformInformation^ Clone(); 

Return Value

New object with the same data as the current object.
Example
For example, refer to FastFourierTransformCommand.
Requirements

Target Platforms

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

Error processing SSI file