C#
VB
Java
Objective-C
WinRT C#
C++
Gets the resulting transformed data complex at the given location.
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
)
function Leadtools.ImageProcessing.Core.FourierTransformInformation.GetDataOf(
x ,
y
)
public:
Leadtools.Imageprocessing.Core.Complex GetDataOf(
int x,
int y
)
x
The X coordinate of the location.
y
The Y coordinate of the location.
A Complex representing the transformed data complex at the given location.
For example, refer to FastFourierTransformCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET