Class ILSpectrumDisplay.TILSpectrumDisplay
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: TILBasicRotatableControl
Syntax
Delphi:
type TILSpectrumDisplay = class( TILBasicRotatableControl )
C++ Builder:
class TILSpectrumDisplay : public TILBasicRotatableControl
Visual C++ (MFC):
class CTILSpectrumDisplay : public CTILBasicRotatableControl
C# (.NET):
public ref class TILSpectrumDisplay : Mitov.InstrumentLab.BasicRotatableControl
Summary
Spectrum display.
Description
Use this control to show Spectrum display.
Diagram:
Example:
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()