Class ILAngularGauge.TILGaugeMinMaxHandElement
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: ILAngularGauge
Inherits: TILBasicGaugeHand
Contents |
Syntax
Delphi:
type TILGaugeMinMaxHandElement = class( TILBasicGaugeHand, ILPAngularAnalogComponentElement )
C++ Builder:
class TILGaugeMinMaxHandElement : public TILBasicGaugeHand
Visual C++ (MFC):
class CTILGaugeMinMaxHandElement : public CTILBasicGaugeHand
C# (.NET):
public ref class TILGaugeMinMaxHandElement : Mitov.InstrumentLab.BasicGaugeHand
Summary
Component element drawing internal data min or max angular gauge hand.
Description
Use this component element to display internal data min or max angular gauge hand.
Example:
Properties
Published
- Hand - Specifies the Gauge Hand properties.
- Mode - Specifies the Min/Max mode.
- AutoReset - Specifies if the hand will auto reset.
Methods
Public
- procedure AngularAnalogDraw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ARadiusX : Single; ARadiusY : Single; Width : Single; Height : Single; AOutWidth : Single; AOutHeight : Single; AXCoeff : Single; AYCoeff : Single; AValue : Real; FromAngle : Single; ToAngle : Single; AReversed : Boolean; AMin : Real; AMax : Real)
- procedure Reset() - Resets the Min/Max hand.
Pins
From TLPDrawComponentElement
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()