Method function SLScope.TSLDisplayZoneChannelLinkData.GetDrawSize() : Integer
From Mitov Wiki Doc
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: TSLDisplayZoneChannelLinkData
Contents |
Syntax
Delphi:
function GetDrawSize() : Integer;
C++ Builder:
int __fastcall GetDrawSize();
Visual C++ (MFC):
int GetDrawSize();
Summary
Returns the drawn number of points from the channel in the zone.
Description
Call this method to get the drawn number of points from the channel in the zone.
The latest data may not be displayed yet on the scope if the scope is on Hold or have not been refreshed.
This method returns the number of points currently visible on the scope.
Call the GetSize to get the number of points in the latest data.