Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

GetDataOf Method








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
)
- (LTComplex)dataAtRow:(NSUInteger)x column:(NSUInteger)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

Error processing SSI file