Class SLScope.TSLDisplayZone
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DisplayZone : [[Class SLScope.TSLBasicDisplayZone|Mitov.PlotLab.BasicDisplayZone]] |
</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
Inherits: TSLBasicDisplayZone
Syntax
Delphi:
type TSLDisplayZone = class( TSLBasicDisplayZone )
C++ Builder:
class TSLDisplayZone : public TSLBasicDisplayZone
Visual C++ (MFC):
class CTSLDisplayZone : public CTSLBasicDisplayZone
C# (.NET):
public ref class DisplayZone : Mitov.PlotLab.BasicDisplayZone
Summary
Display zone collection item.
Description
Defines display zone collection item.
Properties
Published
- Points - Collection of zone points.
From TSLBasicDisplayZone
Properties
Published
- Channels - Collection of channels that will be checked if intersecting with the zone.
- Brush - Specifies the Brush to be used for the display zone.
- Pen - Specifies the Pen to be used for the display zone.
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the zone.
- XAxisIndex - Specifies the index of the X axis the element will be associated with.
- YAxisIndex - Specifies the index of the Y axis the element will be associated with.
Public
Events
- OnClick - Occurs when the user clicks the display zone.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over the display zone.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over the display zone.
- OnMouseEnter - Occurs when the mouse pointer moves over the display zone.
- OnMouseLeave - Occurs when the mouse pointer moves off from over the display zone.
From TSLOptionalAxesCursorDisplayCollectionItem
Properties
Published
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the element.
From TSLOptionalAxesDisplayCollectionItem
Methods
Public
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.
From TSLDisplaySelectableCollectionItem
Methods
Public
- procedure MouseEnter()
- procedure MouseLeave()
- procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
- procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
From TSLDisplayCollectionItem
Properties
Published
- Tag - Stores an general purpose integer value as part of an item