←Select platform

GetDataOf Method

Summary

Gets the resulting transformed data complex at the given location.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Complex GetDataOf( 
   int x, 
   int y 
) 
Public Function GetDataOf( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Leadtools.Imageprocessing.Core.Complex 
public Leadtools.Imageprocessing.Core.Complex GetDataOf(  
   int x, 
   int y 
) 
- (LTComplex)dataAtRow:(NSUInteger)x column:(NSUInteger)y 
public Complex getDataOf(int x, int y) 
 function Leadtools.ImageProcessing.Core.FourierTransformInformation.GetDataOf(  
   x , 
   y  
) 
public: 
Leadtools.Imageprocessing.Core.Complex GetDataOf(  
   int x, 
   int y 
)  

Parameters

x
The X coordinate of the location.

y
The Y coordinate of the location.

Return Value

A Complex representing the transformed data complex at the given location.

Example

For 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