Class ILBasicInstrument.TILBasicRotatableControl
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: InstrumentLabDigitalPkg
Unit: ILBasicInstrument
Inherits: TULBasicColorControl
Contents |
Syntax
Delphi:
type TILBasicRotatableControl = class( TULBasicColorControl )
C++ Builder:
class TILBasicRotatableControl : public TULBasicColorControl
Visual C++ (MFC):
class CTILBasicRotatableControl : public CTULBasicColorControl
C# (.NET):
public ref class BasicRotatableControl : Mitov.InstrumentLab.BasicColorControl
Summary
Abstract base class for controls that can be rotated.
Description
Defines abstract base class for controls that can be rotated.
Properties
Published
- Rotation - Specifies the rotation settings.
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()