Class ILLinearGauge.TILControlLinearGaugeHand
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (6 intermediate revisions by one user not shown) | |||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ControlLinearGaugeHand : [[Class ILLinearGauge.TILLinearGaugeHand|Mitov.InstrumentLab.LinearGaugeHand]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 47: | Line 47: | ||
=== Public ===  | === Public ===  | ||
| − | *[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.Draw(IGPGraphics  | + | *[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.Draw(IGPGraphics;Single;Single;Single;Single;Single;Single;Single;TILRotation;TILLinearGaugeRail;TILReversibleGaugeScale)|procedure Draw(AGraphics : IGPGraphics; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]  | 
| − | *[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.SetMouseOver(Boolean;TPoint)|procedure SetMouseOver(AValue : Boolean; AMousePos : TPoint)]]  | + | *[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.SetMouseOver(Boolean;TPoint;Boolean)|procedure SetMouseOver(AValue : Boolean; AMousePos : TPoint; AInvalidate : Boolean)]]  | 
*[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.SetMouseDown(Boolean)|procedure SetMouseDown(AValue : Boolean)]]  | *[[Method procedure ILLinearGauge.TILControlLinearGaugeHand.SetMouseDown(Boolean)|procedure SetMouseDown(AValue : Boolean)]]  | ||
| Line 63: | Line 63: | ||
*[[Property ILLinearGauge.TILLinearGaugeHand.Length|Length]] - Specifies the length of the hand.    | *[[Property ILLinearGauge.TILLinearGaugeHand.Length|Length]] - Specifies the length of the hand.    | ||
*[[Property ILLinearGauge.TILLinearGaugeHand.Shadow|Shadow]] - Specifies how the shadow will be displayed.    | *[[Property ILLinearGauge.TILLinearGaugeHand.Shadow|Shadow]] - Specifies how the shadow will be displayed.    | ||
| + | *[[Property ILLinearGauge.TILLinearGaugeHand.Animation|Animation]] - Specifies the animation effects for the hand.   | ||
== Methods ==  | == Methods ==  | ||
=== Public ===  | === Public ===  | ||
| − | *[[Method procedure ILLinearGauge.TILLinearGaugeHand.Draw(IGPGraphics  | + | *[[Method procedure ILLinearGauge.TILLinearGaugeHand.Draw(IGPGraphics;Single;Single;Single;Single;Single;Single;Single;TILRotation;TILLinearGaugeRail;TILReversibleGaugeScale)|procedure Draw(AGraphics : IGPGraphics; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]  | 
| + | *[[Method function ILLinearGauge.TILLinearGaugeHand.HitTest(Integer;Integer;Single;Single;Single;Single;Single;Single;Single;Single;IGPMatrix;TILRotation;TILLinearGaugeRail;TILReversibleGaugeScale) : Boolean|function HitTest(X : Integer; Y : Integer; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ANormalizedValue : Single; AApplyTransform : IGPMatrix; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale) : Boolean]]  | ||
| + | *[[Method function ILLinearGauge.TILLinearGaugeHand.PerformAnimation() : Boolean|function PerformAnimation() : Boolean]]  | ||
| + | *[[Method procedure ILLinearGauge.TILLinearGaugeHand.DoInvalidateResources()|procedure DoInvalidateResources()]]  | ||
| + | |||
| + | == From [[Class LPTransparentControl.TLPControlProperty|TLPControlProperty]] ==  | ||
| + | |||
| + | == Methods ==  | ||
| + | |||
| + | === Public ===  | ||
| + | *[[Method function LPTransparentControl.TLPControlProperty.GetOwner() : TPersistent|function GetOwner() : TPersistent]]  | ||
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==  | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==  | ||
| Line 74: | Line 85: | ||
=== Public ===  | === Public ===  | ||
| + | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]  | ||
| + | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]  | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]  | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]  | ||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:31, 26 June 2013
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: ILLinearGauge
Inherits: TILLinearGaugeHand
Contents | 
Syntax
Delphi:
type TILControlLinearGaugeHand = class( TILLinearGaugeHand )
C++ Builder:
class TILControlLinearGaugeHand : public TILLinearGaugeHand
Visual C++ (MFC):
class CTILControlLinearGaugeHand : public CTILLinearGaugeHand
C# (.NET):
public ref class ControlLinearGaugeHand : Mitov.InstrumentLab.LinearGaugeHand
Summary
Linear gauge hand properties class.
Description
Defines class specifying the linear gauge hand properties.
Properties
Published
- SelectedColor - Specifies the color of the hand when it is selected and the mouse is not over it.
 - MouseOverColor - Specifies the color of the hand when it is not selected and the mouse is over it.
 - SelectedMouseOverColor - Specifies the color of the hand when it is selected and the mouse is over it.
 
Public
- Selected - Indicates that the hand is currently selected and can be controlled by keys or the mouse wheel.
 
Methods
Public
- procedure Draw(AGraphics : IGPGraphics; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)
 - procedure SetMouseOver(AValue : Boolean; AMousePos : TPoint; AInvalidate : Boolean)
 - procedure SetMouseDown(AValue : Boolean)
 
From TILLinearGaugeHand
Properties
Published
- Color - Specifies the color of the hand.
 - Width - Specifies the body width of the hand.
 - TipWidth - Specifies the tip width of the hand.
 - TipLength - Specifies the tip length of the hand.
 - TailIndentSize - Specifies the size of the tail indent of the hand.
 - Length - Specifies the length of the hand.
 - Shadow - Specifies how the shadow will be displayed.
 - Animation - Specifies the animation effects for the hand.
 
Methods
Public
- procedure Draw(AGraphics : IGPGraphics; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)
 - function HitTest(X : Integer; Y : Integer; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ANormalizedValue : Single; AApplyTransform : IGPMatrix; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale) : Boolean
 - function PerformAnimation() : Boolean
 - procedure DoInvalidateResources()