←Select platform

Data Property

Summary

Gets the 2D data array.

Syntax
C#
VB
Objective-C
C++
Java
public Complex[] Data { get; } 
Public ReadOnly Property Data As Complex() 
@property (nonatomic, assign, nullable) const LTComplex *data 
public Complex[] getData() 
public: 
property array<Complex>^ Data { 
   array<Complex>^ get(); 
} 

Property Value

The 2D data array. Note that, although only one element is declared in the array, the array contains Width * Height elements. The frequency component for the pixel (row, col) is Data[row * Width + col].

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly