Class SLScope.TSLScopeChannelMarker
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.
Package: SignalLabScopePkg
Unit: SLScope
Inherits: TSLDisplayMarker
Contents |
Syntax
Delphi:
type TSLScopeChannelMarker = class( TSLDisplayMarker )
C++ Builder:
class TSLScopeChannelMarker : public TSLDisplayMarker
Visual C++ (MFC):
class CTSLScopeChannelMarker : public CTSLDisplayMarker
C# (.NET):
public ref class TSLScopeChannelMarker : Mitov.PlotLab.DisplayMarker
Summary
Scope channel marker class.
Description
Defines a scope channel marker.
Properties
Published
- MarkerGroup - Specifies the marker group to which the marker belongs.
- Position - The X position of the marker.
Public
- MarkerGroupIndex - Specifies the marker group index to which the marker belongs.
Events
- OnMouseDown - Occurs when the mouse button has been pressed while the mouse is over the marker.
- OnMouseUp - Occurs when the pressed mouse button has been released.
- OnClick - Occurs when the marker has been clicked by the mouse.
- OnDragged - Occurs when the marker has been dragged by the mouse.
From TSLDisplayMarker
Methods
Public
- procedure Draw(ACanvas : TLPCanvas; DispRect : TRect; X : Integer; Y : Integer; APosition : Real; AValue : Real; Printing : Boolean)
- procedure ClearDrawData()