Class ILSpectrumDisplay.TILExternalSpectrumDisplayMatrixLayer
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: InstrumentLabPkg
Unit: ILSpectrumDisplay
Inherits: TILExternalSpectrumDisplayElement
Syntax
Delphi:
type TILExternalSpectrumDisplayMatrixLayer = class( TILExternalSpectrumDisplayElement, ILPMatrixComponentElement )
C++ Builder:
class TILExternalSpectrumDisplayMatrixLayer : public TILExternalSpectrumDisplayElement
Visual C++ (MFC):
class CTILExternalSpectrumDisplayMatrixLayer : public CTILExternalSpectrumDisplayElement
C# (.NET):
public ref class ExternalSpectrumDisplayMatrixLayer : Mitov.InstrumentLab.ExternalSpectrumDisplayElement
Summary
Matrix layer drawing matrix display.
Description
Use this matrix layer to show matrix display.
Diagram:
Example:
From TILExternalSpectrumDisplayElement
Properties
Published
Methods
Public
From TILSpectrumDisplay
Properties
Published
- Bars - Specifies the bars settings.
 - ExcludeDC - Specifies if the DC should be excluded.
 - Mirror - Mirrors the spectrum.
 - RefreshInterval - Specifies how often the view area will be updated.
 - Elements - Allows adding component elements.
 
Public
- Values - Specifies the spectrum values.
 
Methods
Public
- procedure GetChildren(Proc : TGetChildProc; Root : TComponent)
 - procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 
Pins
- InputPin - The real input pin of the component.
 
From TILBasicRotatableControl
Properties
Published
From TULBasicColorControl
Properties
Published
From TULBasicControl
Properties
Published
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure CopyToBitmap(ABitmap : TBitmap)
 
Events
From TLPTransparentControl
Properties
Published
Methods
Public
- procedure SetParent(AParent : TWinControl)
 - procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure SetTransparentBackground(ABitmap : TBitmap)
 - procedure InvalidateBackground()
 

