Class ILSpectrumDisplay.TILSpectrumDisplayLayer
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: InstrumentLabPkg
Unit: ILSpectrumDisplay
Inherits: TILSpectrumDisplay
Syntax
Delphi:
type TILSpectrumDisplayLayer = class( TILSpectrumDisplay )
C++ Builder:
class TILSpectrumDisplayLayer : public TILSpectrumDisplay
Visual C++ (MFC):
class CTILSpectrumDisplayLayer : public CTILSpectrumDisplay
C# (.NET):
public ref class SpectrumDisplayLayer : Mitov.InstrumentLab.SpectrumDisplay
Summary
Layer drawing spectrum display.
Description
Add this layer to draw a spectrum display.
Diagram:
Example:
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()