LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

GetDataOf Method






The X coordinate of the location.
The Y coordinate of the location.
Gets the resulting transformed data complex at the given location. .NET support WinRT support
Syntax
public Complex GetDataOf( 
   int x,
   int y
)
'Declaration
 
Public Function GetDataOf( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Complex
'Usage
 
Dim instance As FourierTransformInformation
Dim x As Integer
Dim y As Integer
Dim value As Complex
 
value = instance.GetDataOf(x, y)
public Complex GetDataOf( 
   int x,
   int y
)
 function Leadtools.ImageProcessing.Core.FourierTransformInformation.GetDataOf( 
   x ,
   y 
)
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 transformed data complex at the given location.
Example
For example, refer to FastFourierTransformCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.