←Select platform

Data Property

Summary

Gets the 2D data array.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Complex[] Data { get; } 
Public ReadOnly Property Data As Leadtools.Imageprocessing.Core.Complex() 
public [Leadtools.Imageprocessing.Core.Complex[]](complex.md) Data {get;} 
@property (nonatomic, assign, nullable) const LTComplex *data 
public Complex[] getData() 
 get_Data();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly