Method function SLWaterfall.TSLBasicWaterfallData.GetDrawData() : TSLRealBufferArray
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLBasicWaterfallData
Contents |
Syntax
Delphi:
function GetDrawData() : TSLRealBufferArray;
C++ Builder:
TSLRealBufferArray __fastcall GetDrawData();
Visual C++ (MFC):
CTSLRealBufferArray GetDrawData();
Summary
Returns the currently displayed data buffers.
Description
Use this property to obtain the current data buffers from the component the Data object belongs to, such as TSLWaterfall or TPLMultiWaterfallChannel.
This method will return the buffers currently displayed(visible) on component. Those buffers will not always match the buffers currently sent to the component if the component is on hold. To obtain the buffers sent, use the GetData method instead.