Class ILLinearGauge.TILOptionalLinearGaugeHand

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 42: Line 42:
  
 
=== Public ===
 
=== Public ===
*[[Method procedure ILLinearGauge.TILOptionalLinearGaugeHand.Draw(IGPGraphics;Single;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; ANormalizedValue : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]
+
*[[Method procedure ILLinearGauge.TILOptionalLinearGaugeHand.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)]]
  
 
== From [[Class ILLinearGauge.TILLinearGaugeHand|TILLinearGaugeHand]] ==
 
== From [[Class ILLinearGauge.TILLinearGaugeHand|TILLinearGaugeHand]] ==
Line 56: Line 56:
 
*[[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;Single;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; ANormalizedValue : Single; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]
+
*[[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 67: Line 78:
  
 
=== 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]]

Revision as of 20:30, 10 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 TILOptionalLinearGaugeHand : Mitov.InstrumentLab.LinearGaugeHand

Summary

Abstract base class for optional linear gauge hands.

Description

Defines abstract base class for optional linear gauge hands.

Properties

Published

Methods

Public

From TILLinearGaugeHand

Properties

Published

Methods

Public

From TLPControlProperty

Methods

Public

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox