Class SLScope.TSLDisplayCursorChannelLinkData
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 24: | Line 24: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DisplayCursorChannelLinkData |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type TSLDisplayCursorChannelLinkData = class
C++ Builder:
class TSLDisplayCursorChannelLinkData
Visual C++ (MFC):
class CTSLDisplayCursorChannelLinkData
C# (.NET):
public ref class DisplayCursorChannelLinkData
Summary
Cursor/Channel intersection data class.
Description
This class is used by the cursor/channel links to provide access to the intersection data. Do not make instances of this class.
Methods
Public
- function GetVerticalDrawSize() : Integer - Returns the number of vertical intersections currently shown on the scope.
- procedure GetVerticalDrawDataIndexes(AIndexes : PReal) - Returns the vertical intersections currently shown on the scope.
- function GetHorizontalDrawSize() : Integer - Returns the number of horizontal intersections currently shown on the scope.
- procedure GetHorizontalDrawDataIndexes(AIndexes : PReal) - Returns the horizontal intersections currently shown on the scope.
- function GetDrawDataSnapshot() : ISLCursorChannelDataSnapshot - Returns a snapshot of the current cursor/channel intersection points.