Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > FourierTransformInformation Class > FourierTransformInformation Constructor : FourierTransformInformation Constructor(RasterImage) |
public FourierTransformInformation( RasterImage image )
'Declaration
Public Function New( _ ByVal image As RasterImage _ )
'Usage
Dim image As RasterImage Dim instance As New FourierTransformInformation(image)
public FourierTransformInformation( RasterImage image )
- (nullable instancetype)initWithImage:(LTRasterImage *)image error:(NSError **)error
public FourierTransformInformation(RasterImage image)
function FourierTransformInformation( image )
public: FourierTransformInformation( RasterImage^ image )