Class SLControlCollection.TLPDrawComponentElement
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: SignalLabBasicPkg
Unit: SLControlCollection
Inherits: TLPComponentElement
Contents |
Syntax
Delphi:
type TLPDrawComponentElement = class( TLPComponentElement, ILPDrawComponentElement, ILPHitTestComponentElement )
C++ Builder:
class TLPDrawComponentElement : public TLPComponentElement
Visual C++ (MFC):
class CTLPDrawComponentElement : public CTLPComponentElement
C# (.NET):
public ref class TLPDrawComponentElement : Mitov.SignalLab.ComponentElement
Summary
Collection of component elements.
Description
Defines a collection of component elements.
Methods
Public
- procedure Draw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ARadiusX : Single; ARadiusY : Single; Width : Single; Height : Single; AXCoeff : Single; AYCoeff : Single)
- procedure MouseMove(X : Integer; Y : Integer; ARadiusX : Single; ARadiusY : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; FromAngle : Single; ToAngle : Single; AReversed : Boolean; AMin : Real; AMax : Real)
- procedure MouseDown()
- procedure MouseUp()
- procedure MouseEnter(X : Integer; Y : Integer)
- procedure MouseLeave()
- procedure MouseWheel(ADirection : Integer; Shift : TShiftState; MousePos : TPoint; AMin : Real; AMax : Real)
- procedure Unselect()
From TLPComponentElement
Properties
Published
- Visible - Specifies if the components element will be visible.
Methods
Public
From TSLComponentItem
Properties
Public
- Index - Returns the Index of the component item in the collection.
- ComponentList - Specifies the optional component list owner.