Class ILLinearGauge.TILOptionalLinearGaugeHand
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' OptionalLinearGaugeHand : [[Class ILLinearGauge.TILLinearGaugeHand|Mitov.InstrumentLab.LinearGaugeHand]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
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 TILOptionalLinearGaugeHand = class( TILLinearGaugeHand )
C++ Builder:
class TILOptionalLinearGaugeHand : public TILLinearGaugeHand
Visual C++ (MFC):
class CTILOptionalLinearGaugeHand : public CTILLinearGaugeHand
C# (.NET):
public ref class OptionalLinearGaugeHand : Mitov.InstrumentLab.LinearGaugeHand
Summary
Abstract base class for optional linear gauge hands.
Description
Defines abstract base class for optional linear gauge hands.
Properties
Published
- Visible - Specifies if the hand is visible.
 
Methods
Public
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()