Class SLScope.TSLScopeZonePoints
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: TSLScopePoints
Contents |
Syntax
Delphi:
type TSLScopeZonePoints = class( TSLScopePoints )
C++ Builder:
class TSLScopeZonePoints : public TSLScopePoints
Visual C++ (MFC):
class CTSLScopeZonePoints : public CTSLScopePoints
C# (.NET):
public ref class ScopeZonePoints : Mitov.PlotLab.ScopePoints
Summary
Look and feel of the scope channel zone points class.
Description
Defines class for the look and feel of the scope channel zone points. This class is used by the channels to define the look and feel of the channel points when inside the zone. Do not create instances of this class.
Properties
Published
From TSLScopePoints
Properties
Published
- Visible - Specifies the visibility of the points.
- Shape - Specifies the shape of the points - Circle, Cross, Plus, Rectangle, Star etc.
- Size - Specifies the size of the points in pixels.
- UseChannelColor - Specifies how the points color will be selected.
- Brush - Specifies the Brush to be used for the scope points.
- Pen - Specifies the Pen to be used for the scope points.