LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

GetDataOf Method

Show in webframe







The X coordinate of the location.
The Y coordinate of the location.
Gets the resulting transformed data complex at the given location.
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

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.