←Select platform

FourierTransformInformation Constructor(RasterImage)

Summary

Initializes a new FourierTransformInformation object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal image As Leadtools.RasterImage _ 
) 
public FourierTransformInformation(  
   Leadtools.RasterImage image 
) 
- (nullable instancetype)initWithImage:(LTRasterImage *)image error:(NSError **)error 
public FourierTransformInformation(RasterImage image) 
function FourierTransformInformation(  
   image  
) 
public: 
FourierTransformInformation(  
   Leadtools.RasterImage^ image 
) 

Parameters

image
RasterImage object used to specify the width and height of the 2d Complex array.

Example

Refer to FastFourierTransformCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly