Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
GetDataOf Method
See Also 
Leadtools.ImageProcessing.Core Namespace > FourierTransformInformation Class : GetDataOf Method




x
The X coordinate of the location.
y
The Y coordinate of the location.
Gets the result transomed data complex at the given location.

Syntax

Visual Basic (Declaration) 
Public Function GetDataOf( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Complex
Visual Basic (Usage)Copy Code
Dim instance As FourierTransformInformation
Dim x As Integer
Dim y As Integer
Dim value As Complex
 
value = instance.GetDataOf(x, y)
C# 
public Complex GetDataOf( 
   int x,
   int y
)
Managed Extensions for C++ 
public: Complex GetDataOf( 
   int x,
   int y
) 
C++/CLI 
public:
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 transomed data complex at the given location.

Example

For example, refer to FastFourierTransformCommand.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also